Html Css Color HEX #056491 Cerulean

📋 copy color: '#056491'

red 5 ◦ green 100 ◦ blue 145

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

Shades of Cerulean #056491

Tints of Cerulean #056491

RGB

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

 GREEN value IS 100 (39.45% from 255) = 40%

 BLUE value IS 145 (57.03% from 255) = 58%

R = 2%
G = 40%
B = 58%

CMYK

 C value IS 0.97

 M value IS 0.31

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#056491 (or 0x056491) is known color: Cerulean. HEX triplet: 05, 64 and 91. RGB value is (5,100,145). Sum of RGB (Red+Green+Blue) = 5+100+145=250 (33% of max value = 765). Red value is 5 (2.34% from 255 or 2% from 250); Green value is 100 (39.45% from 255 or 40% from 250); Blue value is 145 (57.03% from 255 or 58% from 250); Max value from RGB is 145 - color contains mainly: blue. Hex color #056491 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056491 is #FA9B6E. Grayscale: #4C4C4C. Windows color (decimal): -16423791 or 9528325. OLE color: 9528325.

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

Color convert

RGB 5 100 145 -
CMYK 0.97 0.31 0 0.43
HSL 199.29º 0.93% 0.29% -
HSV(B) 199.29º 0.97% 0.57% -
XYZ 9.73 11.19 28.44 -
YUV 76.73 166.53 76.84 -
System Red Green Blue C M Y K H S L
Decimal 5 100 145 0.97 0.31 0 0.43 199.29 0.93 0.29
Hex 5 64 91 61 1F 0 2B C7 5D 1D
Octal 5 144 221 141 37 0 53 307 135 35
Binary 101 1100100 10010001 1100001 11111 0 101011 11000111 1011101 11101

Color Harmonies of #056491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056491

Black with #056491

Text Example


Text Example

White with #056491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056491; }

 p { color: rgb(5,100,145); }

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

background-color css

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

 a { background-color: rgb(5,100,145); }

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

border-color css

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

 span { border-color: rgb(5,100,145); }

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