Html Css Color HEX #0564A8 Cerulean

📋 copy color: '#0564A8'

red 5 ◦ green 100 ◦ blue 168

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

Shades of Cerulean #0564A8

Tints of Cerulean #0564A8

RGB

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

 GREEN value IS 100 (39.45% from 255) = 36.63%

 BLUE value IS 168 (66.02% from 255) = 61.54%

R = 1.83%
G = 36.63%
B = 61.54%

CMYK

 C value IS 0.97

 M value IS 0.40

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#0564A8 (or 0x0564A8) is known color: Cerulean. HEX triplet: 05, 64 and A8. RGB value is (5,100,168). Sum of RGB (Red+Green+Blue) = 5+100+168=273 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.83% from 273); Green value is 100 (39.45% from 255 or 36.63% from 273); Blue value is 168 (66.02% from 255 or 61.54% from 273); Max value from RGB is 168 - color contains mainly: blue. Hex color #0564A8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0564A8 is #FA9B57. Grayscale: #4E4E4E. Windows color (decimal): -16423768 or 11035653. OLE color: 11035653.

HSL color Cylindrical-coordinate representation of color #0564A8: hue angle of 205.03º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0564A8 is Cyan = 0.97, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 5 100 168 -
CMYK 0.97 0.40 0 0.34
HSL 205.03º 0.94% 0.34% -
HSV(B) 205.03º 0.97% 0.66% -
XYZ 11.69 11.97 38.74 -
YUV 79.35 178.03 74.97 -
System Red Green Blue C M Y K H S L
Decimal 5 100 168 0.97 0.40 0 0.34 205.03 0.94 0.34
Hex 5 64 A8 61 28 0 22 CD 5E 22
Octal 5 144 250 141 50 0 42 315 136 42
Binary 101 1100100 10101000 1100001 101000 0 100010 11001101 1011110 100010

Color Harmonies of #0564A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0564A8

Black with #0564A8

Text Example


Text Example

White with #0564A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0564A8; }

 p { color: rgb(5,100,168); }

 H1.HeaderClassName
 {
   color: #0564A8;
 }
 .AnyTagClassName
 {
   color: #0564A8;
 }
</style>

background-color css

<style>
 a { background-color: #0564A8; }

 a { background-color: rgb(5,100,168); }

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

border-color css

<style>
 span { border-color: #0564A8; }

 span { border-color: rgb(5,100,168); }

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