Html Css Color HEX #014C92 Dark Cerulean

📋 copy color: '#014C92'

red 1 ◦ green 76 ◦ blue 146

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

Shades of Dark Cerulean #014C92

Tints of Dark Cerulean #014C92

RGB

 RED value IS 1 (0.78% from 255) = 0.45%

 GREEN value IS 76 (30.08% from 255) = 34.08%

 BLUE value IS 146 (57.42% from 255) = 65.47%

R = 0.45%
G = 34.08%
B = 65.47%

CMYK

 C value IS 0.99

 M value IS 0.48

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#014C92 (or 0x014C92) is known color: Dark Cerulean. HEX triplet: 01, 4C and 92. RGB value is (1,76,146). Sum of RGB (Red+Green+Blue) = 1+76+146=223 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 223); Green value is 76 (30.08% from 255 or 34.08% from 223); Blue value is 146 (57.42% from 255 or 65.47% from 223); Max value from RGB is 146 - color contains mainly: blue. Hex color #014C92 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #014C92 is #FEB36D. Grayscale: #3D3D3D. Windows color (decimal): -16692078 or 9587713. OLE color: 9587713.

HSL color Cylindrical-coordinate representation of color #014C92: hue angle of 208.97º 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 #014C92 is Cyan = 0.99, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 1 76 146 -
CMYK 0.99 0.48 0 0.43
HSL 208.97º 0.99% 0.29% -
HSV(B) 208.97º 0.99% 0.57% -
XYZ 7.79 7.25 28.18 -
YUV 61.56 175.65 84.81 -
System Red Green Blue C M Y K H S L
Decimal 1 76 146 0.99 0.48 0 0.43 208.97 0.99 0.29
Hex 1 4C 92 63 30 0 2B D1 63 1D
Octal 1 114 222 143 60 0 53 321 143 35
Binary 1 1001100 10010010 1100011 110000 0 101011 11010001 1100011 11101

Color Harmonies of #014C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014C92

Black with #014C92

Text Example


Text Example

White with #014C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #014C92;
 }
 .AnyTagClassName
 {
   color: #014C92;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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