Html Css Color HEX #142C70 Sapphire

📋 copy color: '#142C70'

red 20 ◦ green 44 ◦ blue 112

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

Shades of Sapphire #142C70

Tints of Sapphire #142C70

RGB

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

 GREEN value IS 44 (17.58% from 255) = 25%

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

R = 11.36%
G = 25%
B = 63.64%

CMYK

 C value IS 0.82

 M value IS 0.61

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#142C70 (or 0x142C70) is known color: Sapphire. HEX triplet: 14, 2C and 70. RGB value is (20,44,112). Sum of RGB (Red+Green+Blue) = 20+44+112=176 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.36% from 176); Green value is 44 (17.58% from 255 or 25% from 176); Blue value is 112 (44.14% from 255 or 63.64% from 176); Max value from RGB is 112 - color contains mainly: blue. Hex color #142C70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142C70 is #EBD38F. Grayscale: #2C2C2C. Windows color (decimal): -15455120 or 7351316. OLE color: 7351316.

HSL color Cylindrical-coordinate representation of color #142C70: hue angle of 224.35º 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 #142C70 is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 20 44 112 -
CMYK 0.82 0.61 0 0.56
HSL 224.35º 0.7% 0.26% -
HSV(B) 224.35º 0.82% 0.44% -
XYZ 4.11 3.12 15.71 -
YUV 44.58 166.05 110.47 -
System Red Green Blue C M Y K H S L
Decimal 20 44 112 0.82 0.61 0 0.56 224.35 0.7 0.26
Hex 14 2C 70 52 3D 0 38 E0 46 1A
Octal 24 54 160 122 75 0 70 340 106 32
Binary 10100 101100 1110000 1010010 111101 0 111000 11100000 1000110 11010

Color Harmonies of #142C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142C70

Black with #142C70

Text Example


Text Example

White with #142C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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