Html Css Color HEX #144289 Dark Cerulean

📋 copy color: '#144289'

red 20 ◦ green 66 ◦ blue 137

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

Shades of Dark Cerulean #144289

Tints of Dark Cerulean #144289

RGB

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

 GREEN value IS 66 (26.17% from 255) = 29.6%

 BLUE value IS 137 (53.91% from 255) = 61.43%

R = 8.97%
G = 29.6%
B = 61.43%

CMYK

 C value IS 0.85

 M value IS 0.52

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#144289 (or 0x144289) is known color: Dark Cerulean. HEX triplet: 14, 42 and 89. RGB value is (20,66,137). Sum of RGB (Red+Green+Blue) = 20+66+137=223 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.97% from 223); Green value is 66 (26.17% from 255 or 29.60% from 223); Blue value is 137 (53.91% from 255 or 61.43% from 223); Max value from RGB is 137 - color contains mainly: blue. Hex color #144289 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144289 is #EBBD76. Grayscale: #3C3C3C. Windows color (decimal): -15449463 or 8995348. OLE color: 8995348.

HSL color Cylindrical-coordinate representation of color #144289: hue angle of 216.41º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #144289 is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 20 66 137 -
CMYK 0.85 0.52 0 0.46
HSL 216.41º 0.75% 0.31% -
HSV(B) 216.41º 0.85% 0.54% -
XYZ 6.75 5.85 24.44 -
YUV 60.34 171.26 99.23 -
System Red Green Blue C M Y K H S L
Decimal 20 66 137 0.85 0.52 0 0.46 216.41 0.75 0.31
Hex 14 42 89 55 34 0 2E D8 4B 1F
Octal 24 102 211 125 64 0 56 330 113 37
Binary 10100 1000010 10001001 1010101 110100 0 101110 11011000 1001011 11111

Color Harmonies of #144289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144289

Black with #144289

Text Example


Text Example

White with #144289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144289; }

 p { color: rgb(20,66,137); }

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

background-color css

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

 a { background-color: rgb(20,66,137); }

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

border-color css

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

 span { border-color: rgb(20,66,137); }

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