Html Css Color HEX #144686 Dark Cerulean

📋 copy color: '#144686'

red 20 ◦ green 70 ◦ blue 134

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

Shades of Dark Cerulean #144686

Tints of Dark Cerulean #144686

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.25%

 BLUE value IS 134 (52.73% from 255) = 59.82%

R = 8.93%
G = 31.25%
B = 59.82%

CMYK

 C value IS 0.85

 M value IS 0.48

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#144686 (or 0x144686) is known color: Dark Cerulean. HEX triplet: 14, 46 and 86. RGB value is (20,70,134). Sum of RGB (Red+Green+Blue) = 20+70+134=224 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.93% from 224); Green value is 70 (27.73% from 255 or 31.25% from 224); Blue value is 134 (52.73% from 255 or 59.82% from 224); Max value from RGB is 134 - color contains mainly: blue. Hex color #144686 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144686 is #EBB979. Grayscale: #3E3E3E. Windows color (decimal): -15448442 or 8799764. OLE color: 8799764.

HSL color Cylindrical-coordinate representation of color #144686: hue angle of 213.68º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #144686 is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 20 70 134 -
CMYK 0.85 0.48 0 0.47
HSL 213.68º 0.74% 0.3% -
HSV(B) 213.68º 0.85% 0.53% -
XYZ 6.78 6.25 23.4 -
YUV 62.35 168.44 97.8 -
System Red Green Blue C M Y K H S L
Decimal 20 70 134 0.85 0.48 0 0.47 213.68 0.74 0.3
Hex 14 46 86 55 30 0 2F D6 4A 1E
Octal 24 106 206 125 60 0 57 326 112 36
Binary 10100 1000110 10000110 1010101 110000 0 101111 11010110 1001010 11110

Color Harmonies of #144686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144686

Black with #144686

Text Example


Text Example

White with #144686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144686; }

 p { color: rgb(20,70,134); }

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

background-color css

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

 a { background-color: rgb(20,70,134); }

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

border-color css

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

 span { border-color: rgb(20,70,134); }

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