Html Css Color HEX #1475AA Cerulean

📋 copy color: '#1475AA'

red 20 ◦ green 117 ◦ blue 170

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

Shades of Cerulean #1475AA

Tints of Cerulean #1475AA

RGB

 RED value IS 20 (8.2% from 255) = 6.51%

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

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

R = 6.51%
G = 38.11%
B = 55.37%

CMYK

 C value IS 0.88

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1475AA (or 0x1475AA) is known color: Cerulean. HEX triplet: 14, 75 and AA. RGB value is (20,117,170). Sum of RGB (Red+Green+Blue) = 20+117+170=307 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.51% from 307); Green value is 117 (46.09% from 255 or 38.11% from 307); Blue value is 170 (66.80% from 255 or 55.37% from 307); Max value from RGB is 170 - color contains mainly: blue. Hex color #1475AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1475AA is #EB8A55. Grayscale: #5D5D5D. Windows color (decimal): -15436374 or 11171092. OLE color: 11171092.

HSL color Cylindrical-coordinate representation of color #1475AA: hue angle of 201.2º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1475AA is Cyan = 0.88, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 117 170 -
CMYK 0.88 0.31 0 0.33
HSL 201.2º 0.79% 0.37% -
HSV(B) 201.2º 0.88% 0.67% -
XYZ 13.91 15.77 40.34 -
YUV 94.04 170.86 75.19 -
System Red Green Blue C M Y K H S L
Decimal 20 117 170 0.88 0.31 0 0.33 201.2 0.79 0.37
Hex 14 75 AA 58 1F 0 21 C9 4F 25
Octal 24 165 252 130 37 0 41 311 117 45
Binary 10100 1110101 10101010 1011000 11111 0 100001 11001001 1001111 100101

Color Harmonies of #1475AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1475AA

Black with #1475AA

Text Example


Text Example

White with #1475AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,117,170); }

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

background-color css

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

 a { background-color: rgb(20,117,170); }

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

border-color css

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

 span { border-color: rgb(20,117,170); }

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