Html Css Color HEX #056BA1 Cerulean

📋 copy color: '#056BA1'

red 5 ◦ green 107 ◦ blue 161

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

Shades of Cerulean #056BA1

Tints of Cerulean #056BA1

RGB

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

 GREEN value IS 107 (42.19% from 255) = 39.19%

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

R = 1.83%
G = 39.19%
B = 58.97%

CMYK

 C value IS 0.97

 M value IS 0.34

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#056BA1 (or 0x056BA1) is known color: Cerulean. HEX triplet: 05, 6B and A1. RGB value is (5,107,161). Sum of RGB (Red+Green+Blue) = 5+107+161=273 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.83% from 273); Green value is 107 (42.19% from 255 or 39.19% from 273); Blue value is 161 (63.28% from 255 or 58.97% from 273); Max value from RGB is 161 - color contains mainly: blue. Hex color #056BA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056BA1 is #FA945E. Grayscale: #525252. Windows color (decimal): -16421983 or 10578693. OLE color: 10578693.

HSL color Cylindrical-coordinate representation of color #056BA1: hue angle of 200.77º 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 #056BA1 is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 5 107 161 -
CMYK 0.97 0.34 0 0.37
HSL 200.77º 0.94% 0.33% -
HSV(B) 200.77º 0.97% 0.63% -
XYZ 11.75 13.12 35.63 -
YUV 82.66 172.21 72.61 -
System Red Green Blue C M Y K H S L
Decimal 5 107 161 0.97 0.34 0 0.37 200.77 0.94 0.33
Hex 5 6B A1 61 22 0 25 C9 5E 21
Octal 5 153 241 141 42 0 45 311 136 41
Binary 101 1101011 10100001 1100001 100010 0 100101 11001001 1011110 100001

Color Harmonies of #056BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056BA1

Black with #056BA1

Text Example


Text Example

White with #056BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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