Html Css Color HEX #144C70 Dark Cerulean

📋 copy color: '#144C70'

red 20 ◦ green 76 ◦ blue 112

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

Shades of Dark Cerulean #144C70

Tints of Dark Cerulean #144C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 53.85%

R = 9.62%
G = 36.54%
B = 53.85%

CMYK

 C value IS 0.82

 M value IS 0.32

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#144C70 (or 0x144C70) is known color: Dark Cerulean. HEX triplet: 14, 4C and 70. RGB value is (20,76,112). Sum of RGB (Red+Green+Blue) = 20+76+112=208 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.62% from 208); Green value is 76 (30.08% from 255 or 36.54% from 208); Blue value is 112 (44.14% from 255 or 53.85% from 208); Max value from RGB is 112 - color contains mainly: blue. Hex color #144C70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #144C70 is #EBB38F. Grayscale: #3F3F3F. Windows color (decimal): -15446928 or 7359508. OLE color: 7359508.

HSL color Cylindrical-coordinate representation of color #144C70: hue angle of 203.48º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #144C70 is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 20 76 112 -
CMYK 0.82 0.32 0 0.56
HSL 203.48º 0.7% 0.26% -
HSV(B) 203.48º 0.82% 0.44% -
XYZ 5.8 6.49 16.28 -
YUV 63.36 155.45 97.07 -
System Red Green Blue C M Y K H S L
Decimal 20 76 112 0.82 0.32 0 0.56 203.48 0.7 0.26
Hex 14 4C 70 52 20 0 38 CB 46 1A
Octal 24 114 160 122 40 0 70 313 106 32
Binary 10100 1001100 1110000 1010010 100000 0 111000 11001011 1000110 11010

Color Harmonies of #144C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144C70

Black with #144C70

Text Example


Text Example

White with #144C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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