Html Css Color HEX #144D90 Dark Cerulean

📋 copy color: '#144D90'

red 20 ◦ green 77 ◦ blue 144

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

Shades of Dark Cerulean #144D90

Tints of Dark Cerulean #144D90

RGB

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

 GREEN value IS 77 (30.47% from 255) = 31.95%

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

R = 8.3%
G = 31.95%
B = 59.75%

CMYK

 C value IS 0.86

 M value IS 0.47

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#144D90 (or 0x144D90) is known color: Dark Cerulean. HEX triplet: 14, 4D and 90. RGB value is (20,77,144). Sum of RGB (Red+Green+Blue) = 20+77+144=241 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.30% from 241); Green value is 77 (30.47% from 255 or 31.95% from 241); Blue value is 144 (56.64% from 255 or 59.75% from 241); Max value from RGB is 144 - color contains mainly: blue. Hex color #144D90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #144D90 is #EBB26F. Grayscale: #434343. Windows color (decimal): -15446640 or 9456916. OLE color: 9456916.

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

Color convert

RGB 20 77 144 -
CMYK 0.86 0.47 0 0.44
HSL 212.42º 0.76% 0.32% -
HSV(B) 212.42º 0.86% 0.56% -
XYZ 7.98 7.47 27.41 -
YUV 67.6 171.12 94.05 -
System Red Green Blue C M Y K H S L
Decimal 20 77 144 0.86 0.47 0 0.44 212.42 0.76 0.32
Hex 14 4D 90 56 2F 0 2C D4 4C 20
Octal 24 115 220 126 57 0 54 324 114 40
Binary 10100 1001101 10010000 1010110 101111 0 101100 11010100 1001100 100000

Color Harmonies of #144D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144D90

Black with #144D90

Text Example


Text Example

White with #144D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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