Html Css Color HEX #144795 Dark Cerulean

📋 copy color: '#144795'

red 20 ◦ green 71 ◦ blue 149

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

Shades of Dark Cerulean #144795

Tints of Dark Cerulean #144795

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.58%

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

R = 8.33%
G = 29.58%
B = 62.08%

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

#144795 (or 0x144795) is known color: Dark Cerulean. HEX triplet: 14, 47 and 95. RGB value is (20,71,149). Sum of RGB (Red+Green+Blue) = 20+71+149=240 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.33% from 240); Green value is 71 (28.12% from 255 or 29.58% from 240); Blue value is 149 (58.59% from 255 or 62.08% from 240); Max value from RGB is 149 - color contains mainly: blue. Hex color #144795 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144795 is #EBB86A. Grayscale: #404040. Windows color (decimal): -15448171 or 9783060. OLE color: 9783060.

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

Color convert

RGB 20 71 149 -
CMYK 0.87 0.52 0 0.42
HSL 216.28º 0.76% 0.33% -
HSV(B) 216.28º 0.87% 0.58% -
XYZ 7.97 6.83 29.33 -
YUV 64.64 175.6 96.16 -
System Red Green Blue C M Y K H S L
Decimal 20 71 149 0.87 0.52 0 0.42 216.28 0.76 0.33
Hex 14 47 95 57 34 0 2A D8 4C 21
Octal 24 107 225 127 64 0 52 330 114 41
Binary 10100 1000111 10010101 1010111 110100 0 101010 11011000 1001100 100001

Color Harmonies of #144795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144795

Black with #144795

Text Example


Text Example

White with #144795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144795; }

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

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

background-color css

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

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

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

border-color css

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

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

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