Html Css Color HEX #1479AD Cerulean

📋 copy color: '#1479AD'

red 20 ◦ green 121 ◦ blue 173

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

Shades of Cerulean #1479AD

Tints of Cerulean #1479AD

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.54%

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

R = 6.37%
G = 38.54%
B = 55.1%

CMYK

 C value IS 0.88

 M value IS 0.30

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1479AD (or 0x1479AD) is known color: Cerulean. HEX triplet: 14, 79 and AD. RGB value is (20,121,173). Sum of RGB (Red+Green+Blue) = 20+121+173=314 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.37% from 314); Green value is 121 (47.66% from 255 or 38.54% from 314); Blue value is 173 (67.97% from 255 or 55.10% from 314); Max value from RGB is 173 - color contains mainly: blue. Hex color #1479AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1479AD is #EB8652. Grayscale: #606060. Windows color (decimal): -15435347 or 11368724. OLE color: 11368724.

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

Color convert

RGB 20 121 173 -
CMYK 0.88 0.30 0 0.32
HSL 200.39º 0.79% 0.38% -
HSV(B) 200.39º 0.88% 0.68% -
XYZ 14.67 16.84 42.01 -
YUV 96.73 171.04 73.27 -
System Red Green Blue C M Y K H S L
Decimal 20 121 173 0.88 0.30 0 0.32 200.39 0.79 0.38
Hex 14 79 AD 58 1E 0 20 C8 4F 26
Octal 24 171 255 130 36 0 40 310 117 46
Binary 10100 1111001 10101101 1011000 11110 0 100000 11001000 1001111 100110

Color Harmonies of #1479AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1479AD

Black with #1479AD

Text Example


Text Example

White with #1479AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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