Html Css Color HEX #144B90 Dark Cerulean

📋 copy color: '#144B90'

red 20 ◦ green 75 ◦ blue 144

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

Shades of Dark Cerulean #144B90

Tints of Dark Cerulean #144B90

RGB

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

 GREEN value IS 75 (29.69% from 255) = 31.38%

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

R = 8.37%
G = 31.38%
B = 60.25%

CMYK

 C value IS 0.86

 M value IS 0.48

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#144B90 (or 0x144B90) is known color: Dark Cerulean. HEX triplet: 14, 4B and 90. RGB value is (20,75,144). Sum of RGB (Red+Green+Blue) = 20+75+144=239 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.37% from 239); Green value is 75 (29.69% from 255 or 31.38% from 239); Blue value is 144 (56.64% from 255 or 60.25% from 239); Max value from RGB is 144 - color contains mainly: blue. Hex color #144B90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144B90 is #EBB46F. Grayscale: #424242. Windows color (decimal): -15447152 or 9456404. OLE color: 9456404.

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

Color convert

RGB 20 75 144 -
CMYK 0.86 0.48 0 0.44
HSL 213.39º 0.76% 0.32% -
HSV(B) 213.39º 0.86% 0.56% -
XYZ 7.84 7.19 27.36 -
YUV 66.42 171.78 94.89 -
System Red Green Blue C M Y K H S L
Decimal 20 75 144 0.86 0.48 0 0.44 213.39 0.76 0.32
Hex 14 4B 90 56 30 0 2C D5 4C 20
Octal 24 113 220 126 60 0 54 325 114 40
Binary 10100 1001011 10010000 1010110 110000 0 101100 11010101 1001100 100000

Color Harmonies of #144B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144B90

Black with #144B90

Text Example


Text Example

White with #144B90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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