Html Css Color HEX #144680 Dark Cerulean

📋 copy color: '#144680'

red 20 ◦ green 70 ◦ blue 128

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

Shades of Dark Cerulean #144680

Tints of Dark Cerulean #144680

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.11%

 BLUE value IS 128 (50.39% from 255) = 58.72%

R = 9.17%
G = 32.11%
B = 58.72%

CMYK

 C value IS 0.84

 M value IS 0.45

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#144680 (or 0x144680) is known color: Dark Cerulean. HEX triplet: 14, 46 and 80. RGB value is (20,70,128). Sum of RGB (Red+Green+Blue) = 20+70+128=218 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.17% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 128 (50.39% from 255 or 58.72% from 218); Max value from RGB is 128 - color contains mainly: blue. Hex color #144680 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144680 is #EBB97F. Grayscale: #3D3D3D. Windows color (decimal): -15448448 or 8406548. OLE color: 8406548.

HSL color Cylindrical-coordinate representation of color #144680: hue angle of 212.22º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #144680 is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 70 128 -
CMYK 0.84 0.45 0 0.50
HSL 212.22º 0.73% 0.29% -
HSV(B) 212.22º 0.84% 0.5% -
XYZ 6.37 6.09 21.26 -
YUV 61.66 165.44 98.28 -
System Red Green Blue C M Y K H S L
Decimal 20 70 128 0.84 0.45 0 0.50 212.22 0.73 0.29
Hex 14 46 80 54 2D 0 32 D4 49 1D
Octal 24 106 200 124 55 0 62 324 111 35
Binary 10100 1000110 10000000 1010100 101101 0 110010 11010100 1001001 11101

Color Harmonies of #144680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144680

Black with #144680

Text Example


Text Example

White with #144680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144680; }

 p { color: rgb(20,70,128); }

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

background-color css

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

 a { background-color: rgb(20,70,128); }

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

border-color css

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

 span { border-color: rgb(20,70,128); }

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