Html Css Color HEX #056392 Cerulean

📋 copy color: '#056392'

red 5 ◦ green 99 ◦ blue 146

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

Shades of Cerulean #056392

Tints of Cerulean #056392

RGB

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

 GREEN value IS 99 (39.06% from 255) = 39.6%

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

R = 2%
G = 39.6%
B = 58.4%

CMYK

 C value IS 0.97

 M value IS 0.32

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#056392 (or 0x056392) is known color: Cerulean. HEX triplet: 05, 63 and 92. RGB value is (5,99,146). Sum of RGB (Red+Green+Blue) = 5+99+146=250 (33% of max value = 765). Red value is 5 (2.34% from 255 or 2% from 250); Green value is 99 (39.06% from 255 or 39.6% from 250); Blue value is 146 (57.42% from 255 or 58.4% from 250); Max value from RGB is 146 - color contains mainly: blue. Hex color #056392 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056392 is #FA9C6D. Grayscale: #4B4B4B. Windows color (decimal): -16424046 or 9593605. OLE color: 9593605.

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

Color convert

RGB 5 99 146 -
CMYK 0.97 0.32 0 0.43
HSL 200º 0.93% 0.3% -
HSV(B) 200º 0.97% 0.57% -
XYZ 9.71 11.03 28.81 -
YUV 76.25 167.36 77.18 -
System Red Green Blue C M Y K H S L
Decimal 5 99 146 0.97 0.32 0 0.43 200 0.93 0.3
Hex 5 63 92 61 20 0 2B C8 5D 1E
Octal 5 143 222 141 40 0 53 310 135 36
Binary 101 1100011 10010010 1100001 100000 0 101011 11001000 1011101 11110

Color Harmonies of #056392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056392

Black with #056392

Text Example


Text Example

White with #056392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056392; }

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

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

background-color css

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

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

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

border-color css

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

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

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