Html Css Color HEX #005E92 Dark Cerulean

📋 copy color: '#005E92'

red 0 ◦ green 94 ◦ blue 146

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

Shades of Dark Cerulean #005E92

Tints of Dark Cerulean #005E92

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 94 (37.11% from 255) = 39.17%

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

R = 0%
G = 39.17%
B = 60.83%

CMYK

 C value IS 1

 M value IS 0.36

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#005E92 (or 0x005E92) is known color: Dark Cerulean. HEX triplet: 00, 5E and 92. RGB value is (0,94,146). Sum of RGB (Red+Green+Blue) = 0+94+146=240 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 240); Green value is 94 (37.11% from 255 or 39.17% from 240); Blue value is 146 (57.42% from 255 or 60.83% from 240); Max value from RGB is 146 - color contains mainly: blue. Hex color #005E92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005E92 is #FFA16D. Grayscale: #474747. Windows color (decimal): -16753006 or 9592320. OLE color: 9592320.

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

Color convert

RGB 0 94 146 -
CMYK 1 0.36 0 0.43
HSL 201.37º 1% 0.29% -
HSV(B) 201.37º 1% 0.57% -
XYZ 9.19 10.08 28.66 -
YUV 71.82 169.86 76.77 -
System Red Green Blue C M Y K H S L
Decimal 0 94 146 1 0.36 0 0.43 201.37 1 0.29
Hex 0 5E 92 64 24 0 2B C9 64 1D
Octal 0 136 222 144 44 0 53 311 144 35
Binary 0 1011110 10010010 1100100 100100 0 101011 11001001 1100100 11101

Color Harmonies of #005E92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005E92

Black with #005E92

Text Example


Text Example

White with #005E92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #005E92; }

 p { color: rgb(0,94,146); }

 H1.HeaderClassName
 {
   color: #005E92;
 }
 .AnyTagClassName
 {
   color: #005E92;
 }
</style>

background-color css

<style>
 a { background-color: #005E92; }

 a { background-color: rgb(0,94,146); }

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

border-color css

<style>
 span { border-color: #005E92; }

 span { border-color: rgb(0,94,146); }

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