Html Css Color HEX #144C8C Dark Cerulean

📋 copy color: '#144C8C'

red 20 ◦ green 76 ◦ blue 140

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

Shades of Dark Cerulean #144C8C

Tints of Dark Cerulean #144C8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 59.32%

R = 8.47%
G = 32.2%
B = 59.32%

CMYK

 C value IS 0.86

 M value IS 0.46

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#144C8C (or 0x144C8C) is known color: Dark Cerulean. HEX triplet: 14, 4C and 8C. RGB value is (20,76,140). Sum of RGB (Red+Green+Blue) = 20+76+140=236 (31% of max value = 765). Red value is 20 (8.20% from 255 or 8.47% from 236); Green value is 76 (30.08% from 255 or 32.20% from 236); Blue value is 140 (55.08% from 255 or 59.32% from 236); Max value from RGB is 140 - color contains mainly: blue. Hex color #144C8C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144C8C is #EBB373. Grayscale: #424242. Windows color (decimal): -15446900 or 9194516. OLE color: 9194516.

HSL color Cylindrical-coordinate representation of color #144C8C: hue angle of 212º 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 #144C8C is Cyan = 0.86, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 20 76 140 -
CMYK 0.86 0.46 0 0.45
HSL 212º 0.75% 0.31% -
HSV(B) 212º 0.86% 0.55% -
XYZ 7.61 7.21 25.8 -
YUV 66.55 169.45 94.8 -
System Red Green Blue C M Y K H S L
Decimal 20 76 140 0.86 0.46 0 0.45 212 0.75 0.31
Hex 14 4C 8C 56 2E 0 2D D4 4B 1F
Octal 24 114 214 126 56 0 55 324 113 37
Binary 10100 1001100 10001100 1010110 101110 0 101101 11010100 1001011 11111

Color Harmonies of #144C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144C8C

Black with #144C8C

Text Example


Text Example

White with #144C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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