Html Css Color HEX #056CA2 Cerulean

📋 copy color: '#056CA2'

red 5 ◦ green 108 ◦ blue 162

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

Shades of Cerulean #056CA2

Tints of Cerulean #056CA2

RGB

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

 GREEN value IS 108 (42.58% from 255) = 39.27%

 BLUE value IS 162 (63.67% from 255) = 58.91%

R = 1.82%
G = 39.27%
B = 58.91%

CMYK

 C value IS 0.97

 M value IS 0.33

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#056CA2 (or 0x056CA2) is known color: Cerulean. HEX triplet: 05, 6C and A2. RGB value is (5,108,162). Sum of RGB (Red+Green+Blue) = 5+108+162=275 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 275); Green value is 108 (42.58% from 255 or 39.27% from 275); Blue value is 162 (63.67% from 255 or 58.91% from 275); Max value from RGB is 162 - color contains mainly: blue. Hex color #056CA2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056CA2 is #FA935D. Grayscale: #535353. Windows color (decimal): -16421726 or 10644485. OLE color: 10644485.

HSL color Cylindrical-coordinate representation of color #056CA2: hue angle of 200.64º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #056CA2 is Cyan = 0.97, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 5 108 162 -
CMYK 0.97 0.33 0 0.36
HSL 200.64º 0.94% 0.33% -
HSV(B) 200.64º 0.97% 0.64% -
XYZ 11.95 13.37 36.13 -
YUV 83.36 172.38 72.11 -
System Red Green Blue C M Y K H S L
Decimal 5 108 162 0.97 0.33 0 0.36 200.64 0.94 0.33
Hex 5 6C A2 61 21 0 24 C9 5E 21
Octal 5 154 242 141 41 0 44 311 136 41
Binary 101 1101100 10100010 1100001 100001 0 100100 11001001 1011110 100001

Color Harmonies of #056CA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056CA2

Black with #056CA2

Text Example


Text Example

White with #056CA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #056CA2; }

 p { color: rgb(5,108,162); }

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

background-color css

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

 a { background-color: rgb(5,108,162); }

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

border-color css

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

 span { border-color: rgb(5,108,162); }

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