Html Css Color HEX #144480 Dark Cerulean

📋 copy color: '#144480'

red 20 ◦ green 68 ◦ blue 128

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

Shades of Dark Cerulean #144480

Tints of Dark Cerulean #144480

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.48%

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

R = 9.26%
G = 31.48%
B = 59.26%

CMYK

 C value IS 0.84

 M value IS 0.47

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#144480 (or 0x144480) is known color: Dark Cerulean. HEX triplet: 14, 44 and 80. RGB value is (20,68,128). Sum of RGB (Red+Green+Blue) = 20+68+128=216 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.26% from 216); Green value is 68 (26.95% from 255 or 31.48% from 216); Blue value is 128 (50.39% from 255 or 59.26% from 216); Max value from RGB is 128 - color contains mainly: blue. Hex color #144480 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144480 is #EBBB7F. Grayscale: #3C3C3C. Windows color (decimal): -15448960 or 8406036. OLE color: 8406036.

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

Color convert

RGB 20 68 128 -
CMYK 0.84 0.47 0 0.50
HSL 213.33º 0.73% 0.29% -
HSV(B) 213.33º 0.84% 0.5% -
XYZ 6.25 5.84 21.22 -
YUV 60.49 166.1 99.12 -
System Red Green Blue C M Y K H S L
Decimal 20 68 128 0.84 0.47 0 0.50 213.33 0.73 0.29
Hex 14 44 80 54 2F 0 32 D5 49 1D
Octal 24 104 200 124 57 0 62 325 111 35
Binary 10100 1000100 10000000 1010100 101111 0 110010 11010101 1001001 11101

Color Harmonies of #144480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144480

Black with #144480

Text Example


Text Example

White with #144480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144480; }

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

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

background-color css

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

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

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

border-color css

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

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

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