Html Css Color HEX #144893 Dark Cerulean

📋 copy color: '#144893'

red 20 ◦ green 72 ◦ blue 147

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

Shades of Dark Cerulean #144893

Tints of Dark Cerulean #144893

RGB

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

 GREEN value IS 72 (28.52% from 255) = 30.13%

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

R = 8.37%
G = 30.13%
B = 61.51%

CMYK

 C value IS 0.86

 M value IS 0.51

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#144893 (or 0x144893) is known color: Dark Cerulean. HEX triplet: 14, 48 and 93. RGB value is (20,72,147). Sum of RGB (Red+Green+Blue) = 20+72+147=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 72 (28.52% from 255 or 30.13% from 239); Blue value is 147 (57.81% from 255 or 61.51% from 239); Max value from RGB is 147 - color contains mainly: blue. Hex color #144893 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144893 is #EBB76C. Grayscale: #404040. Windows color (decimal): -15447917 or 9652244. OLE color: 9652244.

HSL color Cylindrical-coordinate representation of color #144893: hue angle of 215.43º 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 #144893 is Cyan = 0.86, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 20 72 147 -
CMYK 0.86 0.51 0 0.42
HSL 215.43º 0.76% 0.33% -
HSV(B) 215.43º 0.86% 0.58% -
XYZ 7.87 6.89 28.52 -
YUV 65 174.27 95.9 -
System Red Green Blue C M Y K H S L
Decimal 20 72 147 0.86 0.51 0 0.42 215.43 0.76 0.33
Hex 14 48 93 56 33 0 2A D7 4C 21
Octal 24 110 223 126 63 0 52 327 114 41
Binary 10100 1001000 10010011 1010110 110011 0 101010 11010111 1001100 100001

Color Harmonies of #144893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144893

Black with #144893

Text Example


Text Example

White with #144893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144893; }

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

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

background-color css

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

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

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

border-color css

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

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

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