Html Css Color HEX #14749C Cerulean

📋 copy color: '#14749C'

red 20 ◦ green 116 ◦ blue 156

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

Shades of Cerulean #14749C

Tints of Cerulean #14749C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 39.73%

 BLUE value IS 156 (61.33% from 255) = 53.42%

R = 6.85%
G = 39.73%
B = 53.42%

CMYK

 C value IS 0.87

 M value IS 0.26

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#14749C (or 0x14749C) is known color: Cerulean. HEX triplet: 14, 74 and 9C. RGB value is (20,116,156). Sum of RGB (Red+Green+Blue) = 20+116+156=292 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.85% from 292); Green value is 116 (45.70% from 255 or 39.73% from 292); Blue value is 156 (61.33% from 255 or 53.42% from 292); Max value from RGB is 156 - color contains mainly: blue. Hex color #14749C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14749C is #EB8B63. Grayscale: #5B5B5B. Windows color (decimal): -15436644 or 10253332. OLE color: 10253332.

HSL color Cylindrical-coordinate representation of color #14749C: hue angle of 197.65º degrees, saturation: 0.77, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14749C is Cyan = 0.87, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 20 116 156 -
CMYK 0.87 0.26 0 0.39
HSL 197.65º 0.77% 0.35% -
HSV(B) 197.65º 0.87% 0.61% -
XYZ 12.53 15.04 33.69 -
YUV 91.86 164.2 76.75 -
System Red Green Blue C M Y K H S L
Decimal 20 116 156 0.87 0.26 0 0.39 197.65 0.77 0.35
Hex 14 74 9C 57 1A 0 27 C6 4D 23
Octal 24 164 234 127 32 0 47 306 115 43
Binary 10100 1110100 10011100 1010111 11010 0 100111 11000110 1001101 100011

Color Harmonies of #14749C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14749C

Black with #14749C

Text Example


Text Example

White with #14749C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14749C; }

 p { color: rgb(20,116,156); }

 H1.HeaderClassName
 {
   color: #14749C;
 }
 .AnyTagClassName
 {
   color: #14749C;
 }
</style>

background-color css

<style>
 a { background-color: #14749C; }

 a { background-color: rgb(20,116,156); }

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

border-color css

<style>
 span { border-color: #14749C; }

 span { border-color: rgb(20,116,156); }

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