Html Css Color HEX #144993 Dark Cerulean

📋 copy color: '#144993'

red 20 ◦ green 73 ◦ blue 147

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

Shades of Dark Cerulean #144993

Tints of Dark Cerulean #144993

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.42%

 BLUE value IS 147 (57.81% from 255) = 61.25%

R = 8.33%
G = 30.42%
B = 61.25%

CMYK

 C value IS 0.86

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#144993 (or 0x144993) is known color: Dark Cerulean. HEX triplet: 14, 49 and 93. RGB value is (20,73,147). Sum of RGB (Red+Green+Blue) = 20+73+147=240 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.33% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 147 (57.81% from 255 or 61.25% from 240); Max value from RGB is 147 - color contains mainly: blue. Hex color #144993 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144993 is #EBB66C. Grayscale: #414141. Windows color (decimal): -15447661 or 9652500. OLE color: 9652500.

HSL color Cylindrical-coordinate representation of color #144993: hue angle of 214.96º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #144993 is Cyan = 0.86, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 73 147 -
CMYK 0.86 0.50 0 0.42
HSL 214.96º 0.76% 0.33% -
HSV(B) 214.96º 0.86% 0.58% -
XYZ 7.94 7.02 28.54 -
YUV 65.59 173.94 95.48 -
System Red Green Blue C M Y K H S L
Decimal 20 73 147 0.86 0.50 0 0.42 214.96 0.76 0.33
Hex 14 49 93 56 32 0 2A D7 4C 21
Octal 24 111 223 126 62 0 52 327 114 41
Binary 10100 1001001 10010011 1010110 110010 0 101010 11010111 1001100 100001

Color Harmonies of #144993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144993

Black with #144993

Text Example


Text Example

White with #144993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144993; }

 p { color: rgb(20,73,147); }

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

background-color css

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

 a { background-color: rgb(20,73,147); }

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

border-color css

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

 span { border-color: rgb(20,73,147); }

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