Html Css Color HEX #144894 Dark Cerulean

📋 copy color: '#144894'

red 20 ◦ green 72 ◦ blue 148

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

Shades of Dark Cerulean #144894

Tints of Dark Cerulean #144894

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 61.67%

R = 8.33%
G = 30%
B = 61.67%

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

#144894 (or 0x144894) is known color: Dark Cerulean. HEX triplet: 14, 48 and 94. RGB value is (20,72,148). Sum of RGB (Red+Green+Blue) = 20+72+148=240 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.33% from 240); Green value is 72 (28.52% from 255 or 30% from 240); Blue value is 148 (58.20% from 255 or 61.67% from 240); Max value from RGB is 148 - color contains mainly: blue. Hex color #144894 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144894 is #EBB76B. Grayscale: #404040. Windows color (decimal): -15447916 or 9717780. OLE color: 9717780.

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

Color convert

RGB 20 72 148 -
CMYK 0.86 0.51 0 0.42
HSL 215.63º 0.76% 0.33% -
HSV(B) 215.63º 0.86% 0.58% -
XYZ 7.95 6.92 28.93 -
YUV 65.12 174.77 95.82 -
System Red Green Blue C M Y K H S L
Decimal 20 72 148 0.86 0.51 0 0.42 215.63 0.76 0.33
Hex 14 48 94 56 33 0 2A D8 4C 21
Octal 24 110 224 126 63 0 52 330 114 41
Binary 10100 1001000 10010100 1010110 110011 0 101010 11011000 1001100 100001

Color Harmonies of #144894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144894

Black with #144894

Text Example


Text Example

White with #144894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144894; }

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

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

background-color css

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

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

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

border-color css

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

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

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