Html Css Color HEX #142F73 Sapphire

📋 copy color: '#142F73'

red 20 ◦ green 47 ◦ blue 115

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

Shades of Sapphire #142F73

Tints of Sapphire #142F73

RGB

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

 GREEN value IS 47 (18.75% from 255) = 25.82%

 BLUE value IS 115 (45.31% from 255) = 63.19%

R = 10.99%
G = 25.82%
B = 63.19%

CMYK

 C value IS 0.83

 M value IS 0.59

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#142F73 (or 0x142F73) is known color: Sapphire. HEX triplet: 14, 2F and 73. RGB value is (20,47,115). Sum of RGB (Red+Green+Blue) = 20+47+115=182 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.99% from 182); Green value is 47 (18.75% from 255 or 25.82% from 182); Blue value is 115 (45.31% from 255 or 63.19% from 182); Max value from RGB is 115 - color contains mainly: blue. Hex color #142F73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142F73 is #EBD08C. Grayscale: #2E2E2E. Windows color (decimal): -15454349 or 7548692. OLE color: 7548692.

HSL color Cylindrical-coordinate representation of color #142F73: hue angle of 222.95º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #142F73 is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 47 115 -
CMYK 0.83 0.59 0 0.55
HSL 222.95º 0.7% 0.26% -
HSV(B) 222.95º 0.83% 0.45% -
XYZ 4.4 3.42 16.65 -
YUV 46.68 166.55 108.97 -
System Red Green Blue C M Y K H S L
Decimal 20 47 115 0.83 0.59 0 0.55 222.95 0.7 0.26
Hex 14 2F 73 53 3B 0 37 DF 46 1A
Octal 24 57 163 123 73 0 67 337 106 32
Binary 10100 101111 1110011 1010011 111011 0 110111 11011111 1000110 11010

Color Harmonies of #142F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142F73

Black with #142F73

Text Example


Text Example

White with #142F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,47,115); }

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

background-color css

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

 a { background-color: rgb(20,47,115); }

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

border-color css

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

 span { border-color: rgb(20,47,115); }

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