Html Css Color HEX #143780 Dark Cerulean

📋 copy color: '#143780'

red 20 ◦ green 55 ◦ blue 128

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

Shades of Dark Cerulean #143780

Tints of Dark Cerulean #143780

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.09%

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

R = 9.85%
G = 27.09%
B = 63.05%

CMYK

 C value IS 0.84

 M value IS 0.57

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#143780 (or 0x143780) is known color: Dark Cerulean. HEX triplet: 14, 37 and 80. RGB value is (20,55,128). Sum of RGB (Red+Green+Blue) = 20+55+128=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 55 (21.88% from 255 or 27.09% from 203); Blue value is 128 (50.39% from 255 or 63.05% from 203); Max value from RGB is 128 - color contains mainly: blue. Hex color #143780 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #143780 is #EBC87F. Grayscale: #343434. Windows color (decimal): -15452288 or 8402708. OLE color: 8402708.

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

Color convert

RGB 20 55 128 -
CMYK 0.84 0.57 0 0.50
HSL 220.56º 0.73% 0.29% -
HSV(B) 220.56º 0.84% 0.5% -
XYZ 5.55 4.44 20.99 -
YUV 52.86 170.4 104.56 -
System Red Green Blue C M Y K H S L
Decimal 20 55 128 0.84 0.57 0 0.50 220.56 0.73 0.29
Hex 14 37 80 54 39 0 32 DD 49 1D
Octal 24 67 200 124 71 0 62 335 111 35
Binary 10100 110111 10000000 1010100 111001 0 110010 11011101 1001001 11101

Color Harmonies of #143780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143780

Black with #143780

Text Example


Text Example

White with #143780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143780; }

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

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

background-color css

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

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

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

border-color css

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

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

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