Html Css Color HEX #14749D Cerulean

📋 copy color: '#14749D'

red 20 ◦ green 116 ◦ blue 157

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

Shades of Cerulean #14749D

Tints of Cerulean #14749D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 53.58%

R = 6.83%
G = 39.59%
B = 53.58%

CMYK

 C value IS 0.87

 M value IS 0.26

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#14749D (or 0x14749D) is known color: Cerulean. HEX triplet: 14, 74 and 9D. RGB value is (20,116,157). Sum of RGB (Red+Green+Blue) = 20+116+157=293 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.83% from 293); Green value is 116 (45.70% from 255 or 39.59% from 293); Blue value is 157 (61.72% from 255 or 53.58% from 293); Max value from RGB is 157 - color contains mainly: blue. Hex color #14749D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #14749D is #EB8B62. Grayscale: #5B5B5B. Windows color (decimal): -15436643 or 10318868. OLE color: 10318868.

HSL color Cylindrical-coordinate representation of color #14749D: hue angle of 197.96º degrees, saturation: 0.77, 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 #14749D is Cyan = 0.87, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 20 116 157 -
CMYK 0.87 0.26 0 0.38
HSL 197.96º 0.77% 0.35% -
HSV(B) 197.96º 0.87% 0.62% -
XYZ 12.62 15.07 34.14 -
YUV 91.97 164.7 76.67 -
System Red Green Blue C M Y K H S L
Decimal 20 116 157 0.87 0.26 0 0.38 197.96 0.77 0.35
Hex 14 74 9D 57 1A 0 26 C6 4D 23
Octal 24 164 235 127 32 0 46 306 115 43
Binary 10100 1110100 10011101 1010111 11010 0 100110 11000110 1001101 100011

Color Harmonies of #14749D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14749D

Black with #14749D

Text Example


Text Example

White with #14749D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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