Html Css Color HEX #144380 Dark Cerulean

📋 copy color: '#144380'

red 20 ◦ green 67 ◦ blue 128

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

Shades of Dark Cerulean #144380

Tints of Dark Cerulean #144380

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.16%

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

R = 9.3%
G = 31.16%
B = 59.53%

CMYK

 C value IS 0.84

 M value IS 0.48

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#144380 (or 0x144380) is known color: Dark Cerulean. HEX triplet: 14, 43 and 80. RGB value is (20,67,128). Sum of RGB (Red+Green+Blue) = 20+67+128=215 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.30% from 215); Green value is 67 (26.56% from 255 or 31.16% from 215); Blue value is 128 (50.39% from 255 or 59.53% from 215); Max value from RGB is 128 - color contains mainly: blue. Hex color #144380 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #144380 is #EBBC7F. Grayscale: #3B3B3B. Windows color (decimal): -15449216 or 8405780. OLE color: 8405780.

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

Color convert

RGB 20 67 128 -
CMYK 0.84 0.48 0 0.50
HSL 213.89º 0.73% 0.29% -
HSV(B) 213.89º 0.84% 0.5% -
XYZ 6.19 5.72 21.2 -
YUV 59.9 166.43 99.54 -
System Red Green Blue C M Y K H S L
Decimal 20 67 128 0.84 0.48 0 0.50 213.89 0.73 0.29
Hex 14 43 80 54 30 0 32 D6 49 1D
Octal 24 103 200 124 60 0 62 326 111 35
Binary 10100 1000011 10000000 1010100 110000 0 110010 11010110 1001001 11101

Color Harmonies of #144380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #144380

Black with #144380

Text Example


Text Example

White with #144380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #144380; }

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

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

background-color css

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

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

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

border-color css

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

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

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