Html Css Color HEX #144290 Dark Cerulean

📋 copy color: '#144290'

red 20 ◦ green 66 ◦ blue 144

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

Shades of Dark Cerulean #144290

Tints of Dark Cerulean #144290

RGB

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

 GREEN value IS 66 (26.17% from 255) = 28.7%

 BLUE value IS 144 (56.64% from 255) = 62.61%

R = 8.7%
G = 28.7%
B = 62.61%

CMYK

 C value IS 0.86

 M value IS 0.54

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#144290 (or 0x144290) is known color: Dark Cerulean. HEX triplet: 14, 42 and 90. RGB value is (20,66,144). Sum of RGB (Red+Green+Blue) = 20+66+144=230 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.70% from 230); Green value is 66 (26.17% from 255 or 28.70% from 230); Blue value is 144 (56.64% from 255 or 62.61% from 230); Max value from RGB is 144 - color contains mainly: blue. Hex color #144290 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144290 is #EBBD6F. Grayscale: #3C3C3C. Windows color (decimal): -15449456 or 9454100. OLE color: 9454100.

HSL color Cylindrical-coordinate representation of color #144290: hue angle of 217.74º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #144290 is Cyan = 0.86, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 20 66 144 -
CMYK 0.86 0.54 0 0.44
HSL 217.74º 0.76% 0.32% -
HSV(B) 217.74º 0.86% 0.56% -
XYZ 7.27 6.06 27.17 -
YUV 61.14 174.76 98.66 -
System Red Green Blue C M Y K H S L
Decimal 20 66 144 0.86 0.54 0 0.44 217.74 0.76 0.32
Hex 14 42 90 56 36 0 2C DA 4C 20
Octal 24 102 220 126 66 0 54 332 114 40
Binary 10100 1000010 10010000 1010110 110110 0 101100 11011010 1001100 100000

Color Harmonies of #144290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144290

Black with #144290

Text Example


Text Example

White with #144290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144290; }

 p { color: rgb(20,66,144); }

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

background-color css

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

 a { background-color: rgb(20,66,144); }

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

border-color css

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

 span { border-color: rgb(20,66,144); }

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