Html Css Color HEX #144390 Dark Cerulean

📋 copy color: '#144390'

red 20 ◦ green 67 ◦ blue 144

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

Shades of Dark Cerulean #144390

Tints of Dark Cerulean #144390

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29%

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

R = 8.66%
G = 29%
B = 62.34%

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

#144390 (or 0x144390) is known color: Dark Cerulean. HEX triplet: 14, 43 and 90. RGB value is (20,67,144). Sum of RGB (Red+Green+Blue) = 20+67+144=231 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.66% from 231); Green value is 67 (26.56% from 255 or 29.00% from 231); Blue value is 144 (56.64% from 255 or 62.34% from 231); Max value from RGB is 144 - color contains mainly: blue. Hex color #144390 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144390 is #EBBC6F. Grayscale: #3D3D3D. Windows color (decimal): -15449200 or 9454356. OLE color: 9454356.

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

Color convert

RGB 20 67 144 -
CMYK 0.86 0.53 0 0.44
HSL 217.26º 0.76% 0.32% -
HSV(B) 217.26º 0.86% 0.56% -
XYZ 7.33 6.18 27.19 -
YUV 61.73 174.43 98.24 -
System Red Green Blue C M Y K H S L
Decimal 20 67 144 0.86 0.53 0 0.44 217.26 0.76 0.32
Hex 14 43 90 56 35 0 2C D9 4C 20
Octal 24 103 220 126 65 0 54 331 114 40
Binary 10100 1000011 10010000 1010110 110101 0 101100 11011001 1001100 100000

Color Harmonies of #144390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144390

Black with #144390

Text Example


Text Example

White with #144390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144390; }

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

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

background-color css

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

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

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

border-color css

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

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

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