Html Css Color HEX #0475AB Cerulean

📋 copy color: '#0475AB'

red 4 ◦ green 117 ◦ blue 171

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

Shades of Cerulean #0475AB

Tints of Cerulean #0475AB

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.07%

 BLUE value IS 171 (67.19% from 255) = 58.56%

R = 1.37%
G = 40.07%
B = 58.56%

CMYK

 C value IS 0.98

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0475AB (or 0x0475AB) is known color: Cerulean. HEX triplet: 04, 75 and AB. RGB value is (4,117,171). Sum of RGB (Red+Green+Blue) = 4+117+171=292 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.37% from 292); Green value is 117 (46.09% from 255 or 40.07% from 292); Blue value is 171 (67.19% from 255 or 58.56% from 292); Max value from RGB is 171 - color contains mainly: blue. Hex color #0475AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0475AB is #FB8A54. Grayscale: #595959. Windows color (decimal): -16484949 or 11236612. OLE color: 11236612.

HSL color Cylindrical-coordinate representation of color #0475AB: hue angle of 199.4º 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 #0475AB is Cyan = 0.98, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 4 117 171 -
CMYK 0.98 0.32 0 0.33
HSL 199.4º 0.95% 0.34% -
HSV(B) 199.4º 0.98% 0.67% -
XYZ 13.76 15.69 40.83 -
YUV 89.37 174.06 67.11 -
System Red Green Blue C M Y K H S L
Decimal 4 117 171 0.98 0.32 0 0.33 199.4 0.95 0.34
Hex 4 75 AB 62 20 0 21 C7 5F 22
Octal 4 165 253 142 40 0 41 307 137 42
Binary 100 1110101 10101011 1100010 100000 0 100001 11000111 1011111 100010

Color Harmonies of #0475AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0475AB

Black with #0475AB

Text Example


Text Example

White with #0475AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0475AB; }

 p { color: rgb(4,117,171); }

 H1.HeaderClassName
 {
   color: #0475AB;
 }
 .AnyTagClassName
 {
   color: #0475AB;
 }
</style>

background-color css

<style>
 a { background-color: #0475AB; }

 a { background-color: rgb(4,117,171); }

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

border-color css

<style>
 span { border-color: #0475AB; }

 span { border-color: rgb(4,117,171); }

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