Html Css Color HEX #144C8B Dark Cerulean

📋 copy color: '#144C8B'

red 20 ◦ green 76 ◦ blue 139

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

Shades of Dark Cerulean #144C8B

Tints of Dark Cerulean #144C8B

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.34%

 BLUE value IS 139 (54.69% from 255) = 59.15%

R = 8.51%
G = 32.34%
B = 59.15%

CMYK

 C value IS 0.86

 M value IS 0.45

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#144C8B (or 0x144C8B) is known color: Dark Cerulean. HEX triplet: 14, 4C and 8B. RGB value is (20,76,139). Sum of RGB (Red+Green+Blue) = 20+76+139=235 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.51% from 235); Green value is 76 (30.08% from 255 or 32.34% from 235); Blue value is 139 (54.69% from 255 or 59.15% from 235); Max value from RGB is 139 - color contains mainly: blue. Hex color #144C8B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144C8B is #EBB374. Grayscale: #424242. Windows color (decimal): -15446901 or 9128980. OLE color: 9128980.

HSL color Cylindrical-coordinate representation of color #144C8B: hue angle of 211.76º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #144C8B is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 20 76 139 -
CMYK 0.86 0.45 0 0.45
HSL 211.76º 0.75% 0.31% -
HSV(B) 211.76º 0.86% 0.55% -
XYZ 7.53 7.18 25.42 -
YUV 66.44 168.95 94.88 -
System Red Green Blue C M Y K H S L
Decimal 20 76 139 0.86 0.45 0 0.45 211.76 0.75 0.31
Hex 14 4C 8B 56 2D 0 2D D4 4B 1F
Octal 24 114 213 126 55 0 55 324 113 37
Binary 10100 1001100 10001011 1010110 101101 0 101101 11010100 1001011 11111

Color Harmonies of #144C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144C8B

Black with #144C8B

Text Example


Text Example

White with #144C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,76,139); }

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

background-color css

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

 a { background-color: rgb(20,76,139); }

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

border-color css

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

 span { border-color: rgb(20,76,139); }

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