Html Css Color HEX #1475AD Cerulean

📋 copy color: '#1475AD'

red 20 ◦ green 117 ◦ blue 173

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

Shades of Cerulean #1475AD

Tints of Cerulean #1475AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 55.81%

R = 6.45%
G = 37.74%
B = 55.81%

CMYK

 C value IS 0.88

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1475AD (or 0x1475AD) is known color: Cerulean. HEX triplet: 14, 75 and AD. RGB value is (20,117,173). Sum of RGB (Red+Green+Blue) = 20+117+173=310 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.45% from 310); Green value is 117 (46.09% from 255 or 37.74% from 310); Blue value is 173 (67.97% from 255 or 55.81% from 310); Max value from RGB is 173 - color contains mainly: blue. Hex color #1475AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1475AD is #EB8A52. Grayscale: #5E5E5E. Windows color (decimal): -15436371 or 11367700. OLE color: 11367700.

HSL color Cylindrical-coordinate representation of color #1475AD: hue angle of 201.96º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1475AD is Cyan = 0.88, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 20 117 173 -
CMYK 0.88 0.32 0 0.32
HSL 201.96º 0.79% 0.38% -
HSV(B) 201.96º 0.88% 0.68% -
XYZ 14.19 15.89 41.85 -
YUV 94.38 172.36 74.95 -
System Red Green Blue C M Y K H S L
Decimal 20 117 173 0.88 0.32 0 0.32 201.96 0.79 0.38
Hex 14 75 AD 58 20 0 20 CA 4F 26
Octal 24 165 255 130 40 0 40 312 117 46
Binary 10100 1110101 10101101 1011000 100000 0 100000 11001010 1001111 100110

Color Harmonies of #1475AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1475AD

Black with #1475AD

Text Example


Text Example

White with #1475AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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