Html Css Color HEX #144180 Dark Cerulean

📋 copy color: '#144180'

red 20 ◦ green 65 ◦ blue 128

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

Shades of Dark Cerulean #144180

Tints of Dark Cerulean #144180

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.52%

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

R = 9.39%
G = 30.52%
B = 60.09%

CMYK

 C value IS 0.84

 M value IS 0.49

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#144180 (or 0x144180) is known color: Dark Cerulean. HEX triplet: 14, 41 and 80. RGB value is (20,65,128). Sum of RGB (Red+Green+Blue) = 20+65+128=213 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.39% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 128 (50.39% from 255 or 60.09% from 213); Max value from RGB is 128 - color contains mainly: blue. Hex color #144180 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144180 is #EBBE7F. Grayscale: #3A3A3A. Windows color (decimal): -15449728 or 8405268. OLE color: 8405268.

HSL color Cylindrical-coordinate representation of color #144180: hue angle of 215º 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 #144180 is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 65 128 -
CMYK 0.84 0.49 0 0.50
HSL 215º 0.73% 0.29% -
HSV(B) 215º 0.84% 0.5% -
XYZ 6.08 5.49 21.16 -
YUV 58.73 167.09 100.38 -
System Red Green Blue C M Y K H S L
Decimal 20 65 128 0.84 0.49 0 0.50 215 0.73 0.29
Hex 14 41 80 54 31 0 32 D7 49 1D
Octal 24 101 200 124 61 0 62 327 111 35
Binary 10100 1000001 10000000 1010100 110001 0 110010 11010111 1001001 11101

Color Harmonies of #144180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144180

Black with #144180

Text Example


Text Example

White with #144180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144180; }

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

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

background-color css

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

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

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

border-color css

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

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

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