Html Css Color HEX #0561A0 Cerulean

📋 copy color: '#0561A0'

red 5 ◦ green 97 ◦ blue 160

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

Shades of Cerulean #0561A0

Tints of Cerulean #0561A0

RGB

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

 GREEN value IS 97 (38.28% from 255) = 37.02%

 BLUE value IS 160 (62.89% from 255) = 61.07%

R = 1.91%
G = 37.02%
B = 61.07%

CMYK

 C value IS 0.97

 M value IS 0.39

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#0561A0 (or 0x0561A0) is known color: Cerulean. HEX triplet: 05, 61 and A0. RGB value is (5,97,160). Sum of RGB (Red+Green+Blue) = 5+97+160=262 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.91% from 262); Green value is 97 (38.28% from 255 or 37.02% from 262); Blue value is 160 (62.89% from 255 or 61.07% from 262); Max value from RGB is 160 - color contains mainly: blue. Hex color #0561A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0561A0 is #FA9E5F. Grayscale: #4C4C4C. Windows color (decimal): -16424544 or 10510597. OLE color: 10510597.

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

Color convert

RGB 5 97 160 -
CMYK 0.97 0.39 0 0.37
HSL 204.39º 0.94% 0.32% -
HSV(B) 204.39º 0.97% 0.63% -
XYZ 10.68 11.12 34.84 -
YUV 76.67 175.02 76.88 -
System Red Green Blue C M Y K H S L
Decimal 5 97 160 0.97 0.39 0 0.37 204.39 0.94 0.32
Hex 5 61 A0 61 27 0 25 CC 5E 20
Octal 5 141 240 141 47 0 45 314 136 40
Binary 101 1100001 10100000 1100001 100111 0 100101 11001100 1011110 100000

Color Harmonies of #0561A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0561A0

Black with #0561A0

Text Example


Text Example

White with #0561A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0561A0; }

 p { color: rgb(5,97,160); }

 H1.HeaderClassName
 {
   color: #0561A0;
 }
 .AnyTagClassName
 {
   color: #0561A0;
 }
</style>

background-color css

<style>
 a { background-color: #0561A0; }

 a { background-color: rgb(5,97,160); }

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

border-color css

<style>
 span { border-color: #0561A0; }

 span { border-color: rgb(5,97,160); }

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