Html Css Color HEX #142878 Sapphire

📋 copy color: '#142878'

red 20 ◦ green 40 ◦ blue 120

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

Shades of Sapphire #142878

Tints of Sapphire #142878

RGB

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

 GREEN value IS 40 (16.02% from 255) = 22.22%

 BLUE value IS 120 (47.27% from 255) = 66.67%

R = 11.11%
G = 22.22%
B = 66.67%

CMYK

 C value IS 0.83

 M value IS 0.67

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#142878 (or 0x142878) is known color: Sapphire. HEX triplet: 14, 28 and 78. RGB value is (20,40,120). Sum of RGB (Red+Green+Blue) = 20+40+120=180 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.11% from 180); Green value is 40 (16.02% from 255 or 22.22% from 180); Blue value is 120 (47.27% from 255 or 66.67% from 180); Max value from RGB is 120 - color contains mainly: blue. Hex color #142878 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142878 is #EBD787. Grayscale: #2A2A2A. Windows color (decimal): -15456136 or 7874580. OLE color: 7874580.

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

Color convert

RGB 20 40 120 -
CMYK 0.83 0.67 0 0.53
HSL 228º 0.71% 0.27% -
HSV(B) 228º 0.83% 0.47% -
XYZ 4.44 3.02 18.12 -
YUV 43.14 171.37 111.5 -
System Red Green Blue C M Y K H S L
Decimal 20 40 120 0.83 0.67 0 0.53 228 0.71 0.27
Hex 14 28 78 53 43 0 35 E4 47 1B
Octal 24 50 170 123 103 0 65 344 107 33
Binary 10100 101000 1111000 1010011 1000011 0 110101 11100100 1000111 11011

Color Harmonies of #142878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142878

Black with #142878

Text Example


Text Example

White with #142878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142878; }

 p { color: rgb(20,40,120); }

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

background-color css

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

 a { background-color: rgb(20,40,120); }

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

border-color css

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

 span { border-color: rgb(20,40,120); }

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