Html Css Color HEX #143579 Dark Cerulean

📋 copy color: '#143579'

red 20 ◦ green 53 ◦ blue 121

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

Shades of Dark Cerulean #143579

Tints of Dark Cerulean #143579

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.32%

 BLUE value IS 121 (47.66% from 255) = 62.37%

R = 10.31%
G = 27.32%
B = 62.37%

CMYK

 C value IS 0.83

 M value IS 0.56

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#143579 (or 0x143579) is known color: Dark Cerulean. HEX triplet: 14, 35 and 79. RGB value is (20,53,121). Sum of RGB (Red+Green+Blue) = 20+53+121=194 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.31% from 194); Green value is 53 (21.09% from 255 or 27.32% from 194); Blue value is 121 (47.66% from 255 or 62.37% from 194); Max value from RGB is 121 - color contains mainly: blue. Hex color #143579 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143579 is #EBCA86. Grayscale: #323232. Windows color (decimal): -15452807 or 7943444. OLE color: 7943444.

HSL color Cylindrical-coordinate representation of color #143579: hue angle of 220.4º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #143579 is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 20 53 121 -
CMYK 0.83 0.56 0 0.53
HSL 220.4º 0.72% 0.28% -
HSV(B) 220.4º 0.83% 0.47% -
XYZ 5.01 4.08 18.61 -
YUV 50.89 167.57 105.97 -
System Red Green Blue C M Y K H S L
Decimal 20 53 121 0.83 0.56 0 0.53 220.4 0.72 0.28
Hex 14 35 79 53 38 0 35 DC 48 1C
Octal 24 65 171 123 70 0 65 334 110 34
Binary 10100 110101 1111001 1010011 111000 0 110101 11011100 1001000 11100

Color Harmonies of #143579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143579

Black with #143579

Text Example


Text Example

White with #143579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143579; }

 p { color: rgb(20,53,121); }

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

background-color css

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

 a { background-color: rgb(20,53,121); }

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

border-color css

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

 span { border-color: rgb(20,53,121); }

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