Html Css Color HEX #056CA5 Cerulean

📋 copy color: '#056CA5'

red 5 ◦ green 108 ◦ blue 165

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

Shades of Cerulean #056CA5

Tints of Cerulean #056CA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 59.35%

R = 1.8%
G = 38.85%
B = 59.35%

CMYK

 C value IS 0.97

 M value IS 0.35

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#056CA5 (or 0x056CA5) is known color: Cerulean. HEX triplet: 05, 6C and A5. RGB value is (5,108,165). Sum of RGB (Red+Green+Blue) = 5+108+165=278 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.80% from 278); Green value is 108 (42.58% from 255 or 38.85% from 278); Blue value is 165 (64.84% from 255 or 59.35% from 278); Max value from RGB is 165 - color contains mainly: blue. Hex color #056CA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #056CA5 is #FA935A. Grayscale: #535353. Windows color (decimal): -16421723 or 10841093. OLE color: 10841093.

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

Color convert

RGB 5 108 165 -
CMYK 0.97 0.35 0 0.35
HSL 201.38º 0.94% 0.33% -
HSV(B) 201.38º 0.97% 0.65% -
XYZ 12.22 13.47 37.55 -
YUV 83.7 173.88 71.87 -
System Red Green Blue C M Y K H S L
Decimal 5 108 165 0.97 0.35 0 0.35 201.38 0.94 0.33
Hex 5 6C A5 61 23 0 23 C9 5E 21
Octal 5 154 245 141 43 0 43 311 136 41
Binary 101 1101100 10100101 1100001 100011 0 100011 11001001 1011110 100001

Color Harmonies of #056CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056CA5

Black with #056CA5

Text Example


Text Example

White with #056CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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