Html Css Color HEX #1473AD Cerulean

📋 copy color: '#1473AD'

red 20 ◦ green 115 ◦ blue 173

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

Shades of Cerulean #1473AD

Tints of Cerulean #1473AD

RGB

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

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

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

R = 6.49%
G = 37.34%
B = 56.17%

CMYK

 C value IS 0.88

 M value IS 0.34

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1473AD (or 0x1473AD) is known color: Cerulean. HEX triplet: 14, 73 and AD. RGB value is (20,115,173). Sum of RGB (Red+Green+Blue) = 20+115+173=308 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.49% from 308); Green value is 115 (45.31% from 255 or 37.34% from 308); Blue value is 173 (67.97% from 255 or 56.17% from 308); Max value from RGB is 173 - color contains mainly: blue. Hex color #1473AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1473AD is #EB8C52. Grayscale: #5C5C5C. Windows color (decimal): -15436883 or 11367188. OLE color: 11367188.

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

Color convert

RGB 20 115 173 -
CMYK 0.88 0.34 0 0.32
HSL 202.75º 0.79% 0.38% -
HSV(B) 202.75º 0.88% 0.68% -
XYZ 13.96 15.43 41.78 -
YUV 93.21 173.03 75.78 -
System Red Green Blue C M Y K H S L
Decimal 20 115 173 0.88 0.34 0 0.32 202.75 0.79 0.38
Hex 14 73 AD 58 22 0 20 CB 4F 26
Octal 24 163 255 130 42 0 40 313 117 46
Binary 10100 1110011 10101101 1011000 100010 0 100000 11001011 1001111 100110

Color Harmonies of #1473AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1473AD

Black with #1473AD

Text Example


Text Example

White with #1473AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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