Html Css Color HEX #1479AF Cerulean

📋 copy color: '#1479AF'

red 20 ◦ green 121 ◦ blue 175

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

Shades of Cerulean #1479AF

Tints of Cerulean #1479AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 55.38%

R = 6.33%
G = 38.29%
B = 55.38%

CMYK

 C value IS 0.89

 M value IS 0.31

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#1479AF (or 0x1479AF) is known color: Cerulean. HEX triplet: 14, 79 and AF. RGB value is (20,121,175). Sum of RGB (Red+Green+Blue) = 20+121+175=316 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.33% from 316); Green value is 121 (47.66% from 255 or 38.29% from 316); Blue value is 175 (68.75% from 255 or 55.38% from 316); Max value from RGB is 175 - color contains mainly: blue. Hex color #1479AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1479AF is #EB8650. Grayscale: #606060. Windows color (decimal): -15435345 or 11499796. OLE color: 11499796.

HSL color Cylindrical-coordinate representation of color #1479AF: hue angle of 200.9º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1479AF is Cyan = 0.89, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 20 121 175 -
CMYK 0.89 0.31 0 0.31
HSL 200.9º 0.79% 0.38% -
HSV(B) 200.9º 0.89% 0.69% -
XYZ 14.86 16.92 43.04 -
YUV 96.96 172.04 73.11 -
System Red Green Blue C M Y K H S L
Decimal 20 121 175 0.89 0.31 0 0.31 200.9 0.79 0.38
Hex 14 79 AF 59 1F 0 1F C9 4F 26
Octal 24 171 257 131 37 0 37 311 117 46
Binary 10100 1111001 10101111 1011001 11111 0 11111 11001001 1001111 100110

Color Harmonies of #1479AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1479AF

Black with #1479AF

Text Example


Text Example

White with #1479AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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