Html Css Color HEX #142970 Sapphire

📋 copy color: '#142970'

red 20 ◦ green 41 ◦ blue 112

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

Shades of Sapphire #142970

Tints of Sapphire #142970

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.7%

 BLUE value IS 112 (44.14% from 255) = 64.74%

R = 11.56%
G = 23.7%
B = 64.74%

CMYK

 C value IS 0.82

 M value IS 0.63

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#142970 (or 0x142970) is known color: Sapphire. HEX triplet: 14, 29 and 70. RGB value is (20,41,112). Sum of RGB (Red+Green+Blue) = 20+41+112=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 41 (16.41% from 255 or 23.70% from 173); Blue value is 112 (44.14% from 255 or 64.74% from 173); Max value from RGB is 112 - color contains mainly: blue. Hex color #142970 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142970 is #EBD68F. Grayscale: #2A2A2A. Windows color (decimal): -15455888 or 7350548. OLE color: 7350548.

HSL color Cylindrical-coordinate representation of color #142970: hue angle of 226.3º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #142970 is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 20 41 112 -
CMYK 0.82 0.63 0 0.56
HSL 226.3º 0.7% 0.26% -
HSV(B) 226.3º 0.82% 0.44% -
XYZ 4.01 2.9 15.68 -
YUV 42.82 167.04 111.73 -
System Red Green Blue C M Y K H S L
Decimal 20 41 112 0.82 0.63 0 0.56 226.3 0.7 0.26
Hex 14 29 70 52 3F 0 38 E2 46 1A
Octal 24 51 160 122 77 0 70 342 106 32
Binary 10100 101001 1110000 1010010 111111 0 111000 11100010 1000110 11010

Color Harmonies of #142970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142970

Black with #142970

Text Example


Text Example

White with #142970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142970; }

 p { color: rgb(20,41,112); }

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

background-color css

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

 a { background-color: rgb(20,41,112); }

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

border-color css

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

 span { border-color: rgb(20,41,112); }

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