Html Css Color HEX #056DA1 Cerulean

📋 copy color: '#056DA1'

red 5 ◦ green 109 ◦ blue 161

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

Shades of Cerulean #056DA1

Tints of Cerulean #056DA1

RGB

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

 GREEN value IS 109 (42.97% from 255) = 39.64%

 BLUE value IS 161 (63.28% from 255) = 58.55%

R = 1.82%
G = 39.64%
B = 58.55%

CMYK

 C value IS 0.97

 M value IS 0.32

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#056DA1 (or 0x056DA1) is known color: Cerulean. HEX triplet: 05, 6D and A1. RGB value is (5,109,161). Sum of RGB (Red+Green+Blue) = 5+109+161=275 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.82% from 275); Green value is 109 (42.97% from 255 or 39.64% from 275); Blue value is 161 (63.28% from 255 or 58.55% from 275); Max value from RGB is 161 - color contains mainly: blue. Hex color #056DA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056DA1 is #FA925E. Grayscale: #535353. Windows color (decimal): -16421471 or 10579205. OLE color: 10579205.

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

Color convert

RGB 5 109 161 -
CMYK 0.97 0.32 0 0.37
HSL 200º 0.94% 0.33% -
HSV(B) 200º 0.97% 0.63% -
XYZ 11.96 13.54 35.7 -
YUV 83.83 171.54 71.77 -
System Red Green Blue C M Y K H S L
Decimal 5 109 161 0.97 0.32 0 0.37 200 0.94 0.33
Hex 5 6D A1 61 20 0 25 C8 5E 21
Octal 5 155 241 141 40 0 45 310 136 41
Binary 101 1101101 10100001 1100001 100000 0 100101 11001000 1011110 100001

Color Harmonies of #056DA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056DA1

Black with #056DA1

Text Example


Text Example

White with #056DA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,109,161); }

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

background-color css

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

 a { background-color: rgb(5,109,161); }

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

border-color css

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

 span { border-color: rgb(5,109,161); }

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