Html Css Color HEX #144B91 Dark Cerulean

📋 copy color: '#144B91'

red 20 ◦ green 75 ◦ blue 145

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

Shades of Dark Cerulean #144B91

Tints of Dark Cerulean #144B91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 60.42%

R = 8.33%
G = 31.25%
B = 60.42%

CMYK

 C value IS 0.86

 M value IS 0.48

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#144B91 (or 0x144B91) is known color: Dark Cerulean. HEX triplet: 14, 4B and 91. RGB value is (20,75,145). Sum of RGB (Red+Green+Blue) = 20+75+145=240 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.33% from 240); Green value is 75 (29.69% from 255 or 31.25% from 240); Blue value is 145 (57.03% from 255 or 60.42% from 240); Max value from RGB is 145 - color contains mainly: blue. Hex color #144B91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144B91 is #EBB46E. Grayscale: #424242. Windows color (decimal): -15447151 or 9521940. OLE color: 9521940.

HSL color Cylindrical-coordinate representation of color #144B91: hue angle of 213.6º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #144B91 is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 20 75 145 -
CMYK 0.86 0.48 0 0.43
HSL 213.6º 0.76% 0.32% -
HSV(B) 213.6º 0.86% 0.57% -
XYZ 7.92 7.23 27.77 -
YUV 66.54 172.28 94.81 -
System Red Green Blue C M Y K H S L
Decimal 20 75 145 0.86 0.48 0 0.43 213.6 0.76 0.32
Hex 14 4B 91 56 30 0 2B D6 4C 20
Octal 24 113 221 126 60 0 53 326 114 40
Binary 10100 1001011 10010001 1010110 110000 0 101011 11010110 1001100 100000

Color Harmonies of #144B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144B91

Black with #144B91

Text Example


Text Example

White with #144B91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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