Html Css Color HEX #1473AA Cerulean

📋 copy color: '#1473AA'

red 20 ◦ green 115 ◦ blue 170

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

Shades of Cerulean #1473AA

Tints of Cerulean #1473AA

RGB

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

 GREEN value IS 115 (45.31% from 255) = 37.7%

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

R = 6.56%
G = 37.7%
B = 55.74%

CMYK

 C value IS 0.88

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1473AA (or 0x1473AA) is known color: Cerulean. HEX triplet: 14, 73 and AA. RGB value is (20,115,170). Sum of RGB (Red+Green+Blue) = 20+115+170=305 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.56% from 305); Green value is 115 (45.31% from 255 or 37.70% from 305); Blue value is 170 (66.80% from 255 or 55.74% from 305); Max value from RGB is 170 - color contains mainly: blue. Hex color #1473AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1473AA is #EB8C55. Grayscale: #5C5C5C. Windows color (decimal): -15436886 or 11170580. OLE color: 11170580.

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

Color convert

RGB 20 115 170 -
CMYK 0.88 0.32 0 0.33
HSL 202º 0.79% 0.37% -
HSV(B) 202º 0.88% 0.67% -
XYZ 13.67 15.31 40.27 -
YUV 92.87 171.53 76.03 -
System Red Green Blue C M Y K H S L
Decimal 20 115 170 0.88 0.32 0 0.33 202 0.79 0.37
Hex 14 73 AA 58 20 0 21 CA 4F 25
Octal 24 163 252 130 40 0 41 312 117 45
Binary 10100 1110011 10101010 1011000 100000 0 100001 11001010 1001111 100101

Color Harmonies of #1473AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1473AA

Black with #1473AA

Text Example


Text Example

White with #1473AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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