Html Css Color HEX #056992 Cerulean

📋 copy color: '#056992'

red 5 ◦ green 105 ◦ blue 146

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

Shades of Cerulean #056992

Tints of Cerulean #056992

RGB

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

 GREEN value IS 105 (41.41% from 255) = 41.02%

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

R = 1.95%
G = 41.02%
B = 57.03%

CMYK

 C value IS 0.97

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#056992 (or 0x056992) is known color: Cerulean. HEX triplet: 05, 69 and 92. RGB value is (5,105,146). Sum of RGB (Red+Green+Blue) = 5+105+146=256 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 256); Green value is 105 (41.41% from 255 or 41.02% from 256); Blue value is 146 (57.42% from 255 or 57.03% from 256); Max value from RGB is 146 - color contains mainly: blue. Hex color #056992 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056992 is #FA966D. Grayscale: #4F4F4F. Windows color (decimal): -16422510 or 9595141. OLE color: 9595141.

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

Color convert

RGB 5 105 146 -
CMYK 0.97 0.28 0 0.43
HSL 197.45º 0.93% 0.3% -
HSV(B) 197.45º 0.97% 0.57% -
XYZ 10.3 12.21 29.01 -
YUV 79.77 165.37 74.67 -
System Red Green Blue C M Y K H S L
Decimal 5 105 146 0.97 0.28 0 0.43 197.45 0.93 0.3
Hex 5 69 92 61 1C 0 2B C5 5D 1E
Octal 5 151 222 141 34 0 53 305 135 36
Binary 101 1101001 10010010 1100001 11100 0 101011 11000101 1011101 11110

Color Harmonies of #056992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056992

Black with #056992

Text Example


Text Example

White with #056992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056992; }

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

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

background-color css

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

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

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

border-color css

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

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

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