Html Css Color HEX #1478AD Cerulean

📋 copy color: '#1478AD'

red 20 ◦ green 120 ◦ blue 173

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

Shades of Cerulean #1478AD

Tints of Cerulean #1478AD

RGB

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

 GREEN value IS 120 (47.27% from 255) = 38.34%

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

R = 6.39%
G = 38.34%
B = 55.27%

CMYK

 C value IS 0.88

 M value IS 0.31

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1478AD (or 0x1478AD) is known color: Cerulean. HEX triplet: 14, 78 and AD. RGB value is (20,120,173). Sum of RGB (Red+Green+Blue) = 20+120+173=313 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.39% from 313); Green value is 120 (47.27% from 255 or 38.34% from 313); Blue value is 173 (67.97% from 255 or 55.27% from 313); Max value from RGB is 173 - color contains mainly: blue. Hex color #1478AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1478AD is #EB8752. Grayscale: #5F5F5F. Windows color (decimal): -15435603 or 11368468. OLE color: 11368468.

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

Color convert

RGB 20 120 173 -
CMYK 0.88 0.31 0 0.32
HSL 200.78º 0.79% 0.38% -
HSV(B) 200.78º 0.88% 0.68% -
XYZ 14.55 16.6 41.97 -
YUV 96.14 171.37 73.69 -
System Red Green Blue C M Y K H S L
Decimal 20 120 173 0.88 0.31 0 0.32 200.78 0.79 0.38
Hex 14 78 AD 58 1F 0 20 C9 4F 26
Octal 24 170 255 130 37 0 40 311 117 46
Binary 10100 1111000 10101101 1011000 11111 0 100000 11001001 1001111 100110

Color Harmonies of #1478AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1478AD

Black with #1478AD

Text Example


Text Example

White with #1478AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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