Html Css Color HEX #14749E Cerulean

📋 copy color: '#14749E'

red 20 ◦ green 116 ◦ blue 158

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

Shades of Cerulean #14749E

Tints of Cerulean #14749E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 53.74%

R = 6.8%
G = 39.46%
B = 53.74%

CMYK

 C value IS 0.87

 M value IS 0.27

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#14749E (or 0x14749E) is known color: Cerulean. HEX triplet: 14, 74 and 9E. RGB value is (20,116,158). Sum of RGB (Red+Green+Blue) = 20+116+158=294 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.80% from 294); Green value is 116 (45.70% from 255 or 39.46% from 294); Blue value is 158 (62.11% from 255 or 53.74% from 294); Max value from RGB is 158 - color contains mainly: blue. Hex color #14749E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14749E is #EB8B61. Grayscale: #5B5B5B. Windows color (decimal): -15436642 or 10384404. OLE color: 10384404.

HSL color Cylindrical-coordinate representation of color #14749E: hue angle of 198.26º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #14749E is Cyan = 0.87, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 20 116 158 -
CMYK 0.87 0.27 0 0.38
HSL 198.26º 0.78% 0.35% -
HSV(B) 198.26º 0.87% 0.62% -
XYZ 12.71 15.11 34.59 -
YUV 92.08 165.2 76.58 -
System Red Green Blue C M Y K H S L
Decimal 20 116 158 0.87 0.27 0 0.38 198.26 0.78 0.35
Hex 14 74 9E 57 1B 0 26 C6 4E 23
Octal 24 164 236 127 33 0 46 306 116 43
Binary 10100 1110100 10011110 1010111 11011 0 100110 11000110 1001110 100011

Color Harmonies of #14749E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14749E

Black with #14749E

Text Example


Text Example

White with #14749E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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