Html Css Color HEX #014F92 Dark Cerulean

📋 copy color: '#014F92'

red 1 ◦ green 79 ◦ blue 146

#014F92
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #014F92

Tints of Dark Cerulean #014F92

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.6%

R = 0.44%
G = 34.96%
B = 64.6%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#014F92 (or 0x014F92) is known color: 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

RGB 1 79 146 -
CMYK 0.99 0.46 0 0.43
HSL 207.72º 0.99% 0.29% -
HSV(B) 207.72º 0.99% 0.57% -
XYZ 8 7.67 28.25 -
YUV 63.32 174.66 83.55 -
System Red Green Blue C M Y K H S L
Decimal 1 79 146 0.99 0.46 0 0.43 207.72 0.99 0.29
Hex 1 4F 92 63 2E 0 2B D0 63 1D
Octal 1 117 222 143 56 0 53 320 143 35
Binary 1 1001111 10010010 1100011 101110 0 101011 11010000 1100011 11101

Color Harmonies of #014F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014F92

Black with #014F92

Text Example


Text Example

White with #014F92

Text Example


Text Example

HTML Codes & Css Web 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>