Html Css Color HEX #0577BC Cerulean

📋 copy color: '#0577BC'

red 5 ◦ green 119 ◦ blue 188

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

Shades of Cerulean #0577BC

Tints of Cerulean #0577BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 60.26%

R = 1.6%
G = 38.14%
B = 60.26%

CMYK

 C value IS 0.97

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0577BC (or 0x0577BC) is known color: Cerulean. HEX triplet: 05, 77 and BC. RGB value is (5,119,188). Sum of RGB (Red+Green+Blue) = 5+119+188=312 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.60% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 188 (73.83% from 255 or 60.26% from 312); Max value from RGB is 188 - color contains mainly: blue. Hex color #0577BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0577BC is #FA8843. Grayscale: #5C5C5C. Windows color (decimal): -16418884 or 12351237. OLE color: 12351237.

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

Color convert

RGB 5 119 188 -
CMYK 0.97 0.37 0 0.26
HSL 202.62º 0.95% 0.38% -
HSV(B) 202.62º 0.97% 0.74% -
XYZ 15.74 16.86 50 -
YUV 92.78 181.73 65.39 -
System Red Green Blue C M Y K H S L
Decimal 5 119 188 0.97 0.37 0 0.26 202.62 0.95 0.38
Hex 5 77 BC 61 25 0 1A CB 5F 26
Octal 5 167 274 141 45 0 32 313 137 46
Binary 101 1110111 10111100 1100001 100101 0 11010 11001011 1011111 100110

Color Harmonies of #0577BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0577BC

Black with #0577BC

Text Example


Text Example

White with #0577BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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