Html Css Color HEX #144895 Dark Cerulean

📋 copy color: '#144895'

red 20 ◦ green 72 ◦ blue 149

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

Shades of Dark Cerulean #144895

Tints of Dark Cerulean #144895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 61.83%

R = 8.3%
G = 29.88%
B = 61.83%

CMYK

 C value IS 0.87

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#144895 (or 0x144895) is known color: Dark Cerulean. HEX triplet: 14, 48 and 95. RGB value is (20,72,149). Sum of RGB (Red+Green+Blue) = 20+72+149=241 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.30% from 241); Green value is 72 (28.52% from 255 or 29.88% from 241); Blue value is 149 (58.59% from 255 or 61.83% from 241); Max value from RGB is 149 - color contains mainly: blue. Hex color #144895 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144895 is #EBB76A. Grayscale: #404040. Windows color (decimal): -15447915 or 9783316. OLE color: 9783316.

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

Color convert

RGB 20 72 149 -
CMYK 0.87 0.52 0 0.42
HSL 215.81º 0.76% 0.33% -
HSV(B) 215.81º 0.87% 0.58% -
XYZ 8.03 6.95 29.35 -
YUV 65.23 175.27 95.74 -
System Red Green Blue C M Y K H S L
Decimal 20 72 149 0.87 0.52 0 0.42 215.81 0.76 0.33
Hex 14 48 95 57 34 0 2A D8 4C 21
Octal 24 110 225 127 64 0 52 330 114 41
Binary 10100 1001000 10010101 1010111 110100 0 101010 11011000 1001100 100001

Color Harmonies of #144895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144895

Black with #144895

Text Example


Text Example

White with #144895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144895; }

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

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

background-color css

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

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

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

border-color css

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

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

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