#018dc7

Color #018DC7 Pacific Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pacific Blue #018DC7

Tints of Pacific Blue #018DC7

Color information

#018DC7 (or 0x018DC7) is unknown color: approx Pacific Blue. HEX triplet: 01, 8D and C7. RGB value is (1,141,199). Sum of RGB (Red+Green+Blue) = 1+141+199=341 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 341); Green value is 141 (55.47% from 255 or 41.35% from 341); Blue value is 199 (78.12% from 255 or 58.36% from 341); Max value from RGB is 199 - color contains mainly: blue. Hex color #018DC7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #018DC7 is #FE7238. Grayscale: #696969. Windows color (decimal): -16675385 or 13077761. OLE color: 13077761.

HSL color Cylindrical-coordinate representation of color #018DC7: hue angle of 197.58º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018DC7 is Cyan = 0.99, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB1141199-
CMYK0.990.2900.22
HSL197.58º99%39.22%-
HSV(B)197.58º99.5%78.04%-
XYZ19.8523.1857.46-
YUV105.75180.6253.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 1 (0.78% from 255) = 0.29%
GREEN value IS 141 (55.47% from 255) = 41.35%
BLUE value IS 199 (78.12% from 255) = 58.36%
R=0.29%
G=41.35%
B=58.36%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal11411990.990.2900.22197.589939.22
Hex18DC7631D016c66327
Octal12153071433502630614347
Binary11000110111000111110001111101010110110001101100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018dc7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018dc7; }

 p { color: rgb(1,141,199); }

 H1.HeaderClassName
 {
   color: #018dc7;
 }
 .AnyTagClassName
 {
   color: #018dc7;
 }
</style>
background-color css

<style>
 a { background-color: #018dc7; }

 a { background-color: rgb(1,141,199); }

 div.DivClassName
 {
   background-color: #018dc7;
 }
 .BgClassName
 {
   background-color: #018dc7;
 }
</style>
border-color css

<style>
 span { border-color: #018dc7; }

 span { border-color: rgb(1,141,199); }

 td.TdClassName
 {
   border-color: #018dc7;
 }
 .TagClassName
 {
   border-color: #018dc7;
 }
</style>