Html Css Color HEX #144492 Dark Cerulean

📋 copy color: '#144492'

red 20 ◦ green 68 ◦ blue 146

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

Shades of Dark Cerulean #144492

Tints of Dark Cerulean #144492

RGB

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

 GREEN value IS 68 (26.95% from 255) = 29.06%

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

R = 8.55%
G = 29.06%
B = 62.39%

CMYK

 C value IS 0.86

 M value IS 0.53

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#144492 (or 0x144492) is known color: Dark Cerulean. HEX triplet: 14, 44 and 92. RGB value is (20,68,146). Sum of RGB (Red+Green+Blue) = 20+68+146=234 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.55% from 234); Green value is 68 (26.95% from 255 or 29.06% from 234); Blue value is 146 (57.42% from 255 or 62.39% from 234); Max value from RGB is 146 - color contains mainly: blue. Hex color #144492 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144492 is #EBBB6D. Grayscale: #3E3E3E. Windows color (decimal): -15448942 or 9585684. OLE color: 9585684.

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

Color convert

RGB 20 68 146 -
CMYK 0.86 0.53 0 0.43
HSL 217.14º 0.76% 0.33% -
HSV(B) 217.14º 0.86% 0.57% -
XYZ 7.54 6.36 28.02 -
YUV 62.54 175.1 97.66 -
System Red Green Blue C M Y K H S L
Decimal 20 68 146 0.86 0.53 0 0.43 217.14 0.76 0.33
Hex 14 44 92 56 35 0 2B D9 4C 21
Octal 24 104 222 126 65 0 53 331 114 41
Binary 10100 1000100 10010010 1010110 110101 0 101011 11011001 1001100 100001

Color Harmonies of #144492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144492

Black with #144492

Text Example


Text Example

White with #144492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144492; }

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

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

background-color css

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

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

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

border-color css

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

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

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