Html Css Color HEX #142B70 Sapphire

📋 copy color: '#142B70'

red 20 ◦ green 43 ◦ blue 112

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

Shades of Sapphire #142B70

Tints of Sapphire #142B70

RGB

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

 GREEN value IS 43 (17.19% from 255) = 24.57%

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

R = 11.43%
G = 24.57%
B = 64%

CMYK

 C value IS 0.82

 M value IS 0.62

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#142B70 (or 0x142B70) is known color: Sapphire. HEX triplet: 14, 2B and 70. RGB value is (20,43,112). Sum of RGB (Red+Green+Blue) = 20+43+112=175 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.43% from 175); Green value is 43 (17.19% from 255 or 24.57% from 175); Blue value is 112 (44.14% from 255 or 64% from 175); Max value from RGB is 112 - color contains mainly: blue. Hex color #142B70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142B70 is #EBD48F. Grayscale: #2B2B2B. Windows color (decimal): -15455376 or 7351060. OLE color: 7351060.

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

Color convert

RGB 20 43 112 -
CMYK 0.82 0.62 0 0.56
HSL 225º 0.7% 0.26% -
HSV(B) 225º 0.82% 0.44% -
XYZ 4.08 3.05 15.7 -
YUV 43.99 166.38 110.89 -
System Red Green Blue C M Y K H S L
Decimal 20 43 112 0.82 0.62 0 0.56 225 0.7 0.26
Hex 14 2B 70 52 3E 0 38 E1 46 1A
Octal 24 53 160 122 76 0 70 341 106 32
Binary 10100 101011 1110000 1010010 111110 0 111000 11100001 1000110 11010

Color Harmonies of #142B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142B70

Black with #142B70

Text Example


Text Example

White with #142B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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