Html Css Color HEX #144C8A Dark Cerulean

📋 copy color: '#144C8A'

red 20 ◦ green 76 ◦ blue 138

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

Shades of Dark Cerulean #144C8A

Tints of Dark Cerulean #144C8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 58.97%

R = 8.55%
G = 32.48%
B = 58.97%

CMYK

 C value IS 0.86

 M value IS 0.45

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#144C8A (or 0x144C8A) is known color: Dark Cerulean. HEX triplet: 14, 4C and 8A. RGB value is (20,76,138). Sum of RGB (Red+Green+Blue) = 20+76+138=234 (30% of max value = 765). Red value is 20 (8.20% from 255 or 8.55% from 234); Green value is 76 (30.08% from 255 or 32.48% from 234); Blue value is 138 (54.30% from 255 or 58.97% from 234); Max value from RGB is 138 - color contains mainly: blue. Hex color #144C8A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144C8A is #EBB375. Grayscale: #424242. Windows color (decimal): -15446902 or 9063444. OLE color: 9063444.

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

Color convert

RGB 20 76 138 -
CMYK 0.86 0.45 0 0.46
HSL 211.53º 0.75% 0.31% -
HSV(B) 211.53º 0.86% 0.54% -
XYZ 7.46 7.15 25.03 -
YUV 66.32 168.45 94.96 -
System Red Green Blue C M Y K H S L
Decimal 20 76 138 0.86 0.45 0 0.46 211.53 0.75 0.31
Hex 14 4C 8A 56 2D 0 2E D4 4B 1F
Octal 24 114 212 126 55 0 56 324 113 37
Binary 10100 1001100 10001010 1010110 101101 0 101110 11010100 1001011 11111

Color Harmonies of #144C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144C8A

Black with #144C8A

Text Example


Text Example

White with #144C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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