Html Css Color HEX #005A92 Dark Cerulean

📋 copy color: '#005A92'

red 0 ◦ green 90 ◦ blue 146

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

Shades of Dark Cerulean #005A92

Tints of Dark Cerulean #005A92

RGB

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

 GREEN value IS 90 (35.55% from 255) = 38.14%

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

R = 0%
G = 38.14%
B = 61.86%

CMYK

 C value IS 1

 M value IS 0.38

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#005A92 (or 0x005A92) is known color: Dark Cerulean. HEX triplet: 00, 5A and 92. RGB value is (0,90,146). Sum of RGB (Red+Green+Blue) = 0+90+146=236 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 236); Green value is 90 (35.55% from 255 or 38.14% from 236); Blue value is 146 (57.42% from 255 or 61.86% from 236); Max value from RGB is 146 - color contains mainly: blue. Hex color #005A92 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #005A92 is #FFA56D. Grayscale: #454545. Windows color (decimal): -16754030 or 9591296. OLE color: 9591296.

HSL color Cylindrical-coordinate representation of color #005A92: hue angle of 203.01º 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 #005A92 is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 0 90 146 -
CMYK 1 0.38 0 0.43
HSL 203.01º 1% 0.29% -
HSV(B) 203.01º 1% 0.57% -
XYZ 8.84 9.39 28.54 -
YUV 69.47 171.18 78.45 -
System Red Green Blue C M Y K H S L
Decimal 0 90 146 1 0.38 0 0.43 203.01 1 0.29
Hex 0 5A 92 64 26 0 2B CB 64 1D
Octal 0 132 222 144 46 0 53 313 144 35
Binary 0 1011010 10010010 1100100 100110 0 101011 11001011 1100100 11101

Color Harmonies of #005A92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #005A92

Black with #005A92

Text Example


Text Example

White with #005A92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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