Html Css Color HEX #144691 Dark Cerulean

📋 copy color: '#144691'

red 20 ◦ green 70 ◦ blue 145

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

Shades of Dark Cerulean #144691

Tints of Dark Cerulean #144691

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 61.7%

R = 8.51%
G = 29.79%
B = 61.7%

CMYK

 C value IS 0.86

 M value IS 0.52

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#144691 (or 0x144691) is known color: Dark Cerulean. HEX triplet: 14, 46 and 91. RGB value is (20,70,145). Sum of RGB (Red+Green+Blue) = 20+70+145=235 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.51% from 235); Green value is 70 (27.73% from 255 or 29.79% from 235); Blue value is 145 (57.03% from 255 or 61.70% from 235); Max value from RGB is 145 - color contains mainly: blue. Hex color #144691 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144691 is #EBB96E. Grayscale: #3F3F3F. Windows color (decimal): -15448431 or 9520660. OLE color: 9520660.

HSL color Cylindrical-coordinate representation of color #144691: hue angle of 216º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #144691 is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 20 70 145 -
CMYK 0.86 0.52 0 0.43
HSL 216º 0.76% 0.32% -
HSV(B) 216º 0.86% 0.57% -
XYZ 7.59 6.57 27.66 -
YUV 63.6 173.94 96.9 -
System Red Green Blue C M Y K H S L
Decimal 20 70 145 0.86 0.52 0 0.43 216 0.76 0.32
Hex 14 46 91 56 34 0 2B D8 4C 20
Octal 24 106 221 126 64 0 53 330 114 40
Binary 10100 1000110 10010001 1010110 110100 0 101011 11011000 1001100 100000

Color Harmonies of #144691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144691

Black with #144691

Text Example


Text Example

White with #144691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144691; }

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

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

background-color css

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

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

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

border-color css

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

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

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