Html Css Color HEX #143679 Dark Cerulean

📋 copy color: '#143679'

red 20 ◦ green 54 ◦ blue 121

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

Shades of Dark Cerulean #143679

Tints of Dark Cerulean #143679

RGB

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

 GREEN value IS 54 (21.48% from 255) = 27.69%

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

R = 10.26%
G = 27.69%
B = 62.05%

CMYK

 C value IS 0.83

 M value IS 0.55

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#143679 (or 0x143679) is known color: Dark Cerulean. HEX triplet: 14, 36 and 79. RGB value is (20,54,121). Sum of RGB (Red+Green+Blue) = 20+54+121=195 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.26% from 195); Green value is 54 (21.48% from 255 or 27.69% from 195); Blue value is 121 (47.66% from 255 or 62.05% from 195); Max value from RGB is 121 - color contains mainly: blue. Hex color #143679 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143679 is #EBC986. Grayscale: #333333. Windows color (decimal): -15452551 or 7943700. OLE color: 7943700.

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

Color convert

RGB 20 54 121 -
CMYK 0.83 0.55 0 0.53
HSL 219.8º 0.72% 0.28% -
HSV(B) 219.8º 0.83% 0.47% -
XYZ 5.06 4.17 18.63 -
YUV 51.47 167.24 105.55 -
System Red Green Blue C M Y K H S L
Decimal 20 54 121 0.83 0.55 0 0.53 219.8 0.72 0.28
Hex 14 36 79 53 37 0 35 DC 48 1C
Octal 24 66 171 123 67 0 65 334 110 34
Binary 10100 110110 1111001 1010011 110111 0 110101 11011100 1001000 11100

Color Harmonies of #143679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143679

Black with #143679

Text Example


Text Example

White with #143679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143679; }

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

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

background-color css

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

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

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

border-color css

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

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

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