Html Css Color HEX #1478AC Cerulean

📋 copy color: '#1478AC'

red 20 ◦ green 120 ◦ blue 172

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

Shades of Cerulean #1478AC

Tints of Cerulean #1478AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 55.13%

R = 6.41%
G = 38.46%
B = 55.13%

CMYK

 C value IS 0.88

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1478AC (or 0x1478AC) is known color: Cerulean. HEX triplet: 14, 78 and AC. RGB value is (20,120,172). Sum of RGB (Red+Green+Blue) = 20+120+172=312 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.41% from 312); Green value is 120 (47.27% from 255 or 38.46% from 312); Blue value is 172 (67.58% from 255 or 55.13% from 312); Max value from RGB is 172 - color contains mainly: blue. Hex color #1478AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1478AC is #EB8753. Grayscale: #5F5F5F. Windows color (decimal): -15435604 or 11302932. OLE color: 11302932.

HSL color Cylindrical-coordinate representation of color #1478AC: hue angle of 200.53º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1478AC is Cyan = 0.88, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 120 172 -
CMYK 0.88 0.30 0 0.33
HSL 200.53º 0.79% 0.38% -
HSV(B) 200.53º 0.88% 0.67% -
XYZ 14.45 16.56 41.46 -
YUV 96.03 170.87 73.77 -
System Red Green Blue C M Y K H S L
Decimal 20 120 172 0.88 0.30 0 0.33 200.53 0.79 0.38
Hex 14 78 AC 58 1E 0 21 C9 4F 26
Octal 24 170 254 130 36 0 41 311 117 46
Binary 10100 1111000 10101100 1011000 11110 0 100001 11001001 1001111 100110

Color Harmonies of #1478AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1478AC

Black with #1478AC

Text Example


Text Example

White with #1478AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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