Html Css Color HEX #0576AC Cerulean

📋 copy color: '#0576AC'

red 5 ◦ green 118 ◦ blue 172

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

Shades of Cerulean #0576AC

Tints of Cerulean #0576AC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40%

 BLUE value IS 172 (67.58% from 255) = 58.31%

R = 1.69%
G = 40%
B = 58.31%

CMYK

 C value IS 0.97

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0576AC (or 0x0576AC) is known color: Cerulean. HEX triplet: 05, 76 and AC. RGB value is (5,118,172). Sum of RGB (Red+Green+Blue) = 5+118+172=295 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 295); Green value is 118 (46.48% from 255 or 40% from 295); Blue value is 172 (67.58% from 255 or 58.31% from 295); Max value from RGB is 172 - color contains mainly: blue. Hex color #0576AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0576AC is #FA8953. Grayscale: #5A5A5A. Windows color (decimal): -16419156 or 11302405. OLE color: 11302405.

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

Color convert

RGB 5 118 172 -
CMYK 0.97 0.31 0 0.33
HSL 199.4º 0.94% 0.35% -
HSV(B) 199.4º 0.97% 0.67% -
XYZ 13.99 15.97 41.37 -
YUV 90.37 174.06 67.11 -
System Red Green Blue C M Y K H S L
Decimal 5 118 172 0.97 0.31 0 0.33 199.4 0.94 0.35
Hex 5 76 AC 61 1F 0 21 C7 5E 23
Octal 5 166 254 141 37 0 41 307 136 43
Binary 101 1110110 10101100 1100001 11111 0 100001 11000111 1011110 100011

Color Harmonies of #0576AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0576AC

Black with #0576AC

Text Example


Text Example

White with #0576AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0576AC; }

 p { color: rgb(5,118,172); }

 H1.HeaderClassName
 {
   color: #0576AC;
 }
 .AnyTagClassName
 {
   color: #0576AC;
 }
</style>

background-color css

<style>
 a { background-color: #0576AC; }

 a { background-color: rgb(5,118,172); }

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

border-color css

<style>
 span { border-color: #0576AC; }

 span { border-color: rgb(5,118,172); }

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