Html Css Color HEX #144992 Dark Cerulean

📋 copy color: '#144992'

red 20 ◦ green 73 ◦ blue 146

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

Shades of Dark Cerulean #144992

Tints of Dark Cerulean #144992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 61.09%

R = 8.37%
G = 30.54%
B = 61.09%

CMYK

 C value IS 0.86

 M value IS 0.5

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#144992 (or 0x144992) is known color: Dark Cerulean. HEX triplet: 14, 49 and 92. RGB value is (20,73,146). Sum of RGB (Red+Green+Blue) = 20+73+146=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 73 (28.91% from 255 or 30.54% from 239); Blue value is 146 (57.42% from 255 or 61.09% from 239); Max value from RGB is 146 - color contains mainly: blue. Hex color #144992 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144992 is #EBB66D. Grayscale: #414141. Windows color (decimal): -15447662 or 9586964. OLE color: 9586964.

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

Color convert

RGB 20 73 146 -
CMYK 0.86 0.5 0 0.43
HSL 214.76º 0.76% 0.33% -
HSV(B) 214.76º 0.86% 0.57% -
XYZ 7.86 6.99 28.13 -
YUV 65.48 173.44 95.56 -
System Red Green Blue C M Y K H S L
Decimal 20 73 146 0.86 0.5 0 0.43 214.76 0.76 0.33
Hex 14 49 92 56 32 0 2B D7 4C 21
Octal 24 111 222 126 62 0 53 327 114 41
Binary 10100 1001001 10010010 1010110 110010 0 101011 11010111 1001100 100001

Color Harmonies of #144992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144992

Black with #144992

Text Example


Text Example

White with #144992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144992; }

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

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

background-color css

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

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

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

border-color css

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

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

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