Html Css Color HEX #143980 Dark Cerulean

📋 copy color: '#143980'

red 20 ◦ green 57 ◦ blue 128

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

Shades of Dark Cerulean #143980

Tints of Dark Cerulean #143980

RGB

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

 GREEN value IS 57 (22.66% from 255) = 27.8%

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

R = 9.76%
G = 27.8%
B = 62.44%

CMYK

 C value IS 0.84

 M value IS 0.55

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#143980 (or 0x143980) is known color: Dark Cerulean. HEX triplet: 14, 39 and 80. RGB value is (20,57,128). Sum of RGB (Red+Green+Blue) = 20+57+128=205 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.76% from 205); Green value is 57 (22.66% from 255 or 27.80% from 205); Blue value is 128 (50.39% from 255 or 62.44% from 205); Max value from RGB is 128 - color contains mainly: blue. Hex color #143980 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143980 is #EBC67F. Grayscale: #353535. Windows color (decimal): -15451776 or 8403220. OLE color: 8403220.

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

Color convert

RGB 20 57 128 -
CMYK 0.84 0.55 0 0.50
HSL 219.44º 0.73% 0.29% -
HSV(B) 219.44º 0.84% 0.5% -
XYZ 5.65 4.63 21.02 -
YUV 54.03 169.74 103.73 -
System Red Green Blue C M Y K H S L
Decimal 20 57 128 0.84 0.55 0 0.50 219.44 0.73 0.29
Hex 14 39 80 54 37 0 32 DB 49 1D
Octal 24 71 200 124 67 0 62 333 111 35
Binary 10100 111001 10000000 1010100 110111 0 110010 11011011 1001001 11101

Color Harmonies of #143980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143980

Black with #143980

Text Example


Text Example

White with #143980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143980; }

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

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

background-color css

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

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

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

border-color css

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

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

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