Html Css Color HEX #055192 Dark Cerulean

📋 copy color: '#055192'

red 5 ◦ green 81 ◦ blue 146

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

Shades of Dark Cerulean #055192

Tints of Dark Cerulean #055192

RGB

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

 GREEN value IS 81 (32.03% from 255) = 34.91%

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

R = 2.16%
G = 34.91%
B = 62.93%

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

#055192 (or 0x055192) is known color: Dark Cerulean. HEX triplet: 05, 51 and 92. RGB value is (5,81,146). Sum of RGB (Red+Green+Blue) = 5+81+146=232 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.16% from 232); Green value is 81 (32.03% from 255 or 34.91% from 232); Blue value is 146 (57.42% from 255 or 62.93% from 232); Max value from RGB is 146 - color contains mainly: blue. Hex color #055192 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #055192 is #FAAE6D. Grayscale: #414141. Windows color (decimal): -16428654 or 9588997. OLE color: 9588997.

HSL color Cylindrical-coordinate representation of color #055192: hue angle of 207.66º 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 #055192 is Cyan = 0.97, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 5 81 146 -
CMYK 0.97 0.45 0 0.43
HSL 207.66º 0.93% 0.3% -
HSV(B) 207.66º 0.97% 0.57% -
XYZ 8.19 7.99 28.3 -
YUV 65.69 173.32 84.71 -
System Red Green Blue C M Y K H S L
Decimal 5 81 146 0.97 0.45 0 0.43 207.66 0.93 0.3
Hex 5 51 92 61 2D 0 2B D0 5D 1E
Octal 5 121 222 141 55 0 53 320 135 36
Binary 101 1010001 10010010 1100001 101101 0 101011 11010000 1011101 11110

Color Harmonies of #055192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055192

Black with #055192

Text Example


Text Example

White with #055192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055192; }

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

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

background-color css

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

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

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

border-color css

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

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

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