Html Css Color HEX #144B86 Dark Cerulean

📋 copy color: '#144B86'

red 20 ◦ green 75 ◦ blue 134

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

Shades of Dark Cerulean #144B86

Tints of Dark Cerulean #144B86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 58.52%

R = 8.73%
G = 32.75%
B = 58.52%

CMYK

 C value IS 0.85

 M value IS 0.44

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#144B86 (or 0x144B86) is known color: Dark Cerulean. HEX triplet: 14, 4B and 86. RGB value is (20,75,134). Sum of RGB (Red+Green+Blue) = 20+75+134=229 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.73% from 229); Green value is 75 (29.69% from 255 or 32.75% from 229); Blue value is 134 (52.73% from 255 or 58.52% from 229); Max value from RGB is 134 - color contains mainly: blue. Hex color #144B86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144B86 is #EBB479. Grayscale: #404040. Windows color (decimal): -15447162 or 8801044. OLE color: 8801044.

HSL color Cylindrical-coordinate representation of color #144B86: hue angle of 211.05º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #144B86 is Cyan = 0.85, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 20 75 134 -
CMYK 0.85 0.44 0 0.47
HSL 211.05º 0.74% 0.3% -
HSV(B) 211.05º 0.85% 0.53% -
XYZ 7.11 6.9 23.51 -
YUV 65.28 166.78 95.7 -
System Red Green Blue C M Y K H S L
Decimal 20 75 134 0.85 0.44 0 0.47 211.05 0.74 0.3
Hex 14 4B 86 55 2C 0 2F D3 4A 1E
Octal 24 113 206 125 54 0 57 323 112 36
Binary 10100 1001011 10000110 1010101 101100 0 101111 11010011 1001010 11110

Color Harmonies of #144B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144B86

Black with #144B86

Text Example


Text Example

White with #144B86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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