Html Css Color HEX #055092 Dark Cerulean

📋 copy color: '#055092'

red 5 ◦ green 80 ◦ blue 146

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

Shades of Dark Cerulean #055092

Tints of Dark Cerulean #055092

RGB

 RED value IS 5 (2.34% from 255) = 2.16%

 GREEN value IS 80 (31.64% from 255) = 34.63%

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

R = 2.16%
G = 34.63%
B = 63.2%

CMYK

 C value IS 0.97

 M value IS 0.45

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#055092 (or 0x055092) is known color: Dark Cerulean. HEX triplet: 05, 50 and 92. RGB value is (5,80,146). Sum of RGB (Red+Green+Blue) = 5+80+146=231 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 146 (57.42% from 255 or 63.20% from 231); Max value from RGB is 146 - color contains mainly: blue. Hex color #055092 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055092 is #FAAF6D. Grayscale: #404040. Windows color (decimal): -16428910 or 9588741. OLE color: 9588741.

HSL color Cylindrical-coordinate representation of color #055092: hue angle of 208.09º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #055092 is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 5 80 146 -
CMYK 0.97 0.45 0 0.43
HSL 208.09º 0.93% 0.3% -
HSV(B) 208.09º 0.97% 0.57% -
XYZ 8.12 7.84 28.28 -
YUV 65.1 173.65 85.13 -
System Red Green Blue C M Y K H S L
Decimal 5 80 146 0.97 0.45 0 0.43 208.09 0.93 0.3
Hex 5 50 92 61 2D 0 2B D0 5D 1E
Octal 5 120 222 141 55 0 53 320 135 36
Binary 101 1010000 10010010 1100001 101101 0 101011 11010000 1011101 11110

Color Harmonies of #055092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055092

Black with #055092

Text Example


Text Example

White with #055092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055092; }

 p { color: rgb(5,80,146); }

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

background-color css

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

 a { background-color: rgb(5,80,146); }

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

border-color css

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

 span { border-color: rgb(5,80,146); }

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