Html Css Color HEX #144490 Dark Cerulean

📋 copy color: '#144490'

red 20 ◦ green 68 ◦ blue 144

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

Shades of Dark Cerulean #144490

Tints of Dark Cerulean #144490

RGB

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

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

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

R = 8.62%
G = 29.31%
B = 62.07%

CMYK

 C value IS 0.86

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#144490 (or 0x144490) is known color: Dark Cerulean. HEX triplet: 14, 44 and 90. RGB value is (20,68,144). Sum of RGB (Red+Green+Blue) = 20+68+144=232 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.62% from 232); Green value is 68 (26.95% from 255 or 29.31% from 232); Blue value is 144 (56.64% from 255 or 62.07% from 232); Max value from RGB is 144 - color contains mainly: blue. Hex color #144490 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144490 is #EBBB6F. Grayscale: #3D3D3D. Windows color (decimal): -15448944 or 9454612. OLE color: 9454612.

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

Color convert

RGB 20 68 144 -
CMYK 0.86 0.53 0 0.44
HSL 216.77º 0.76% 0.32% -
HSV(B) 216.77º 0.86% 0.56% -
XYZ 7.39 6.3 27.21 -
YUV 62.31 174.1 97.82 -
System Red Green Blue C M Y K H S L
Decimal 20 68 144 0.86 0.53 0 0.44 216.77 0.76 0.32
Hex 14 44 90 56 35 0 2C D9 4C 20
Octal 24 104 220 126 65 0 54 331 114 40
Binary 10100 1000100 10010000 1010110 110101 0 101100 11011001 1001100 100000

Color Harmonies of #144490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144490

Black with #144490

Text Example


Text Example

White with #144490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144490; }

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

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

background-color css

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

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

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

border-color css

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

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

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