#014F92

Color #014F92 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #014F92

Tints of Dark Cerulean #014F92

Color information

#014F92 (or 0x014F92) is unknown color: approx Dark Cerulean. HEX triplet: 01, 4F and 92. RGB value is (1,79,146). Sum of RGB (Red+Green+Blue) = 1+79+146=226 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 226); Green value is 79 (31.25% from 255 or 34.96% from 226); Blue value is 146 (57.42% from 255 or 64.60% from 226); Max value from RGB is 146 - color contains mainly: blue. Hex color #014F92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #014F92 is #FEB06D. Grayscale: #3E3E3E. Windows color (decimal): -16691310 or 9588481. OLE color: 9588481.

HSL color Cylindrical-coordinate representation of color #014F92: hue angle of 207.72º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014F92 is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB179146-
CMYK0.990.4600.43
HSL207.72º98.64%28.82%-
HSV(B)207.72º99.32%57.25%-
XYZ87.6728.25-
YUV63.32174.6683.55-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.44%
GREEN value IS 79 (31.25% from 255) = 34.96%
BLUE value IS 146 (57.42% from 255) = 64.60%
R=0.44%
G=34.96%
B=64.60%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1791460.990.4600.43207.7298.6428.82
Hex14F92632E02Bd0631d
Octal11172221435605332014335
Binary11001111100100101100011101110010101111010000110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014F92; }

 p { color: rgb(1,79,146); }

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

<style>
 a { background-color: #014F92; }

 a { background-color: rgb(1,79,146); }

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

<style>
 span { border-color: #014F92; }

 span { border-color: rgb(1,79,146); }

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