Html Css Color HEX #0577AF Cerulean

📋 copy color: '#0577AF'

red 5 ◦ green 119 ◦ blue 175

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

Shades of Cerulean #0577AF

Tints of Cerulean #0577AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 58.53%

R = 1.67%
G = 39.8%
B = 58.53%

CMYK

 C value IS 0.97

 M value IS 0.32

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0577AF (or 0x0577AF) is known color: Cerulean. HEX triplet: 05, 77 and AF. RGB value is (5,119,175). Sum of RGB (Red+Green+Blue) = 5+119+175=299 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.67% from 299); Green value is 119 (46.88% from 255 or 39.80% from 299); Blue value is 175 (68.75% from 255 or 58.53% from 299); Max value from RGB is 175 - color contains mainly: blue. Hex color #0577AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0577AF is #FA8850. Grayscale: #5A5A5A. Windows color (decimal): -16418897 or 11499269. OLE color: 11499269.

HSL color Cylindrical-coordinate representation of color #0577AF: hue angle of 199.76º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0577AF is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 5 119 175 -
CMYK 0.97 0.32 0 0.31
HSL 199.76º 0.94% 0.35% -
HSV(B) 199.76º 0.97% 0.69% -
XYZ 14.4 16.32 42.95 -
YUV 91.3 175.23 66.45 -
System Red Green Blue C M Y K H S L
Decimal 5 119 175 0.97 0.32 0 0.31 199.76 0.94 0.35
Hex 5 77 AF 61 20 0 1F C8 5E 23
Octal 5 167 257 141 40 0 37 310 136 43
Binary 101 1110111 10101111 1100001 100000 0 11111 11001000 1011110 100011

Color Harmonies of #0577AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0577AF

Black with #0577AF

Text Example


Text Example

White with #0577AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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