Html Css Color HEX #142875 Sapphire

📋 copy color: '#142875'

red 20 ◦ green 40 ◦ blue 117

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

Shades of Sapphire #142875

Tints of Sapphire #142875

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 66.1%

R = 11.3%
G = 22.6%
B = 66.1%

CMYK

 C value IS 0.83

 M value IS 0.66

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#142875 (or 0x142875) is known color: Sapphire. HEX triplet: 14, 28 and 75. RGB value is (20,40,117). Sum of RGB (Red+Green+Blue) = 20+40+117=177 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.30% from 177); Green value is 40 (16.02% from 255 or 22.60% from 177); Blue value is 117 (46.09% from 255 or 66.10% from 177); Max value from RGB is 117 - color contains mainly: blue. Hex color #142875 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142875 is #EBD78A. Grayscale: #2A2A2A. Windows color (decimal): -15456139 or 7677972. OLE color: 7677972.

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

Color convert

RGB 20 40 117 -
CMYK 0.83 0.66 0 0.54
HSL 227.63º 0.71% 0.27% -
HSV(B) 227.63º 0.83% 0.46% -
XYZ 4.26 2.95 17.17 -
YUV 42.8 169.87 111.74 -
System Red Green Blue C M Y K H S L
Decimal 20 40 117 0.83 0.66 0 0.54 227.63 0.71 0.27
Hex 14 28 75 53 42 0 36 E4 47 1B
Octal 24 50 165 123 102 0 66 344 107 33
Binary 10100 101000 1110101 1010011 1000010 0 110110 11100100 1000111 11011

Color Harmonies of #142875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142875

Black with #142875

Text Example


Text Example

White with #142875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142875; }

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

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

background-color css

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

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

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

border-color css

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

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

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