Html Css Color HEX #143779 Dark Cerulean

📋 copy color: '#143779'

red 20 ◦ green 55 ◦ blue 121

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

Shades of Dark Cerulean #143779

Tints of Dark Cerulean #143779

RGB

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

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

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

R = 10.2%
G = 28.06%
B = 61.73%

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

#143779 (or 0x143779) is known color: Dark Cerulean. HEX triplet: 14, 37 and 79. RGB value is (20,55,121). Sum of RGB (Red+Green+Blue) = 20+55+121=196 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.20% from 196); Green value is 55 (21.88% from 255 or 28.06% from 196); Blue value is 121 (47.66% from 255 or 61.73% from 196); Max value from RGB is 121 - color contains mainly: blue. Hex color #143779 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143779 is #EBC886. Grayscale: #333333. Windows color (decimal): -15452295 or 7943956. OLE color: 7943956.

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

Color convert

RGB 20 55 121 -
CMYK 0.83 0.55 0 0.53
HSL 219.21º 0.72% 0.28% -
HSV(B) 219.21º 0.83% 0.47% -
XYZ 5.11 4.26 18.64 -
YUV 52.06 166.9 105.13 -
System Red Green Blue C M Y K H S L
Decimal 20 55 121 0.83 0.55 0 0.53 219.21 0.72 0.28
Hex 14 37 79 53 37 0 35 DB 48 1C
Octal 24 67 171 123 67 0 65 333 110 34
Binary 10100 110111 1111001 1010011 110111 0 110101 11011011 1001000 11100

Color Harmonies of #143779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #143779

Black with #143779

Text Example


Text Example

White with #143779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #143779; }

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

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

background-color css

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

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

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

border-color css

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

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

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