Html Css Color HEX #0576AE Cerulean

📋 copy color: '#0576AE'

red 5 ◦ green 118 ◦ blue 174

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

Shades of Cerulean #0576AE

Tints of Cerulean #0576AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 58.59%

R = 1.68%
G = 39.73%
B = 58.59%

CMYK

 C value IS 0.97

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0576AE (or 0x0576AE) is known color: Cerulean. HEX triplet: 05, 76 and AE. RGB value is (5,118,174). Sum of RGB (Red+Green+Blue) = 5+118+174=297 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.68% from 297); Green value is 118 (46.48% from 255 or 39.73% from 297); Blue value is 174 (68.36% from 255 or 58.59% from 297); Max value from RGB is 174 - color contains mainly: blue. Hex color #0576AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0576AE is #FA8951. Grayscale: #5A5A5A. Windows color (decimal): -16419154 or 11433477. OLE color: 11433477.

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

Color convert

RGB 5 118 174 -
CMYK 0.97 0.32 0 0.32
HSL 199.88º 0.94% 0.35% -
HSV(B) 199.88º 0.97% 0.68% -
XYZ 14.18 16.05 42.39 -
YUV 90.6 175.06 66.95 -
System Red Green Blue C M Y K H S L
Decimal 5 118 174 0.97 0.32 0 0.32 199.88 0.94 0.35
Hex 5 76 AE 61 20 0 20 C8 5E 23
Octal 5 166 256 141 40 0 40 310 136 43
Binary 101 1110110 10101110 1100001 100000 0 100000 11001000 1011110 100011

Color Harmonies of #0576AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0576AE

Black with #0576AE

Text Example


Text Example

White with #0576AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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