Html Css Color HEX #056BAC Cerulean

📋 copy color: '#056BAC'

red 5 ◦ green 107 ◦ blue 172

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

Shades of Cerulean #056BAC

Tints of Cerulean #056BAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 60.56%

R = 1.76%
G = 37.68%
B = 60.56%

CMYK

 C value IS 0.97

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#056BAC (or 0x056BAC) is known color: Cerulean. HEX triplet: 05, 6B and AC. RGB value is (5,107,172). Sum of RGB (Red+Green+Blue) = 5+107+172=284 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.76% from 284); Green value is 107 (42.19% from 255 or 37.68% from 284); Blue value is 172 (67.58% from 255 or 60.56% from 284); Max value from RGB is 172 - color contains mainly: blue. Hex color #056BAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056BAC is #FA9453. Grayscale: #535353. Windows color (decimal): -16421972 or 11299589. OLE color: 11299589.

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

Color convert

RGB 5 107 172 -
CMYK 0.97 0.38 0 0.33
HSL 203.35º 0.94% 0.35% -
HSV(B) 203.35º 0.97% 0.67% -
XYZ 12.77 13.53 40.97 -
YUV 83.91 177.71 71.71 -
System Red Green Blue C M Y K H S L
Decimal 5 107 172 0.97 0.38 0 0.33 203.35 0.94 0.35
Hex 5 6B AC 61 26 0 21 CB 5E 23
Octal 5 153 254 141 46 0 41 313 136 43
Binary 101 1101011 10101100 1100001 100110 0 100001 11001011 1011110 100011

Color Harmonies of #056BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056BAC

Black with #056BAC

Text Example


Text Example

White with #056BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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