Html Css Color HEX #0471AA Cerulean

📋 copy color: '#0471AA'

red 4 ◦ green 113 ◦ blue 170

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

Shades of Cerulean #0471AA

Tints of Cerulean #0471AA

RGB

 RED value IS 4 (1.95% from 255) = 1.39%

 GREEN value IS 113 (44.53% from 255) = 39.37%

 BLUE value IS 170 (66.8% from 255) = 59.23%

R = 1.39%
G = 39.37%
B = 59.23%

CMYK

 C value IS 0.98

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0471AA (or 0x0471AA) is known color: Cerulean. HEX triplet: 04, 71 and AA. RGB value is (4,113,170). Sum of RGB (Red+Green+Blue) = 4+113+170=287 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.39% from 287); Green value is 113 (44.53% from 255 or 39.37% from 287); Blue value is 170 (66.80% from 255 or 59.23% from 287); Max value from RGB is 170 - color contains mainly: blue. Hex color #0471AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0471AA is #FB8E55. Grayscale: #565656. Windows color (decimal): -16485974 or 11170052. OLE color: 11170052.

HSL color Cylindrical-coordinate representation of color #0471AA: hue angle of 200.6º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0471AA is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 4 113 170 -
CMYK 0.98 0.34 0 0.33
HSL 200.6º 0.95% 0.34% -
HSV(B) 200.6º 0.98% 0.67% -
XYZ 13.21 14.74 40.18 -
YUV 86.91 174.89 68.87 -
System Red Green Blue C M Y K H S L
Decimal 4 113 170 0.98 0.34 0 0.33 200.6 0.95 0.34
Hex 4 71 AA 62 22 0 21 C9 5F 22
Octal 4 161 252 142 42 0 41 311 137 42
Binary 100 1110001 10101010 1100010 100010 0 100001 11001001 1011111 100010

Color Harmonies of #0471AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0471AA

Black with #0471AA

Text Example


Text Example

White with #0471AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0471AA; }

 p { color: rgb(4,113,170); }

 H1.HeaderClassName
 {
   color: #0471AA;
 }
 .AnyTagClassName
 {
   color: #0471AA;
 }
</style>

background-color css

<style>
 a { background-color: #0471AA; }

 a { background-color: rgb(4,113,170); }

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

border-color css

<style>
 span { border-color: #0471AA; }

 span { border-color: rgb(4,113,170); }

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