Html Css Color HEX #0577BA Cerulean

📋 copy color: '#0577BA'

red 5 ◦ green 119 ◦ blue 186

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

Shades of Cerulean #0577BA

Tints of Cerulean #0577BA

RGB

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

 GREEN value IS 119 (46.88% from 255) = 38.39%

 BLUE value IS 186 (73.05% from 255) = 60%

R = 1.61%
G = 38.39%
B = 60%

CMYK

 C value IS 0.97

 M value IS 0.36

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0577BA (or 0x0577BA) is known color: Cerulean. HEX triplet: 05, 77 and BA. RGB value is (5,119,186). Sum of RGB (Red+Green+Blue) = 5+119+186=310 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.61% from 310); Green value is 119 (46.88% from 255 or 38.39% from 310); Blue value is 186 (73.05% from 255 or 60% from 310); Max value from RGB is 186 - color contains mainly: blue. Hex color #0577BA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0577BA is #FA8845. Grayscale: #5C5C5C. Windows color (decimal): -16418886 or 12220165. OLE color: 12220165.

HSL color Cylindrical-coordinate representation of color #0577BA: hue angle of 202.21º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0577BA is Cyan = 0.97, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 5 119 186 -
CMYK 0.97 0.36 0 0.27
HSL 202.21º 0.95% 0.37% -
HSV(B) 202.21º 0.97% 0.73% -
XYZ 15.52 16.77 48.87 -
YUV 92.55 180.73 65.55 -
System Red Green Blue C M Y K H S L
Decimal 5 119 186 0.97 0.36 0 0.27 202.21 0.95 0.37
Hex 5 77 BA 61 24 0 1B CA 5F 25
Octal 5 167 272 141 44 0 33 312 137 45
Binary 101 1110111 10111010 1100001 100100 0 11011 11001010 1011111 100101

Color Harmonies of #0577BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0577BA

Black with #0577BA

Text Example


Text Example

White with #0577BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0577BA; }

 p { color: rgb(5,119,186); }

 H1.HeaderClassName
 {
   color: #0577BA;
 }
 .AnyTagClassName
 {
   color: #0577BA;
 }
</style>

background-color css

<style>
 a { background-color: #0577BA; }

 a { background-color: rgb(5,119,186); }

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

border-color css

<style>
 span { border-color: #0577BA; }

 span { border-color: rgb(5,119,186); }

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