Html Css Color HEX #142F74 Sapphire

📋 copy color: '#142F74'

red 20 ◦ green 47 ◦ blue 116

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

Shades of Sapphire #142F74

Tints of Sapphire #142F74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 63.39%

R = 10.93%
G = 25.68%
B = 63.39%

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

#142F74 (or 0x142F74) is known color: Sapphire. HEX triplet: 14, 2F and 74. RGB value is (20,47,116). Sum of RGB (Red+Green+Blue) = 20+47+116=183 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.93% from 183); Green value is 47 (18.75% from 255 or 25.68% from 183); Blue value is 116 (45.70% from 255 or 63.39% from 183); Max value from RGB is 116 - color contains mainly: blue. Hex color #142F74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142F74 is #EBD08B. Grayscale: #2E2E2E. Windows color (decimal): -15454348 or 7614228. OLE color: 7614228.

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

Color convert

RGB 20 47 116 -
CMYK 0.83 0.59 0 0.55
HSL 223.13º 0.71% 0.27% -
HSV(B) 223.13º 0.83% 0.45% -
XYZ 4.46 3.44 16.95 -
YUV 46.79 167.05 108.89 -
System Red Green Blue C M Y K H S L
Decimal 20 47 116 0.83 0.59 0 0.55 223.13 0.71 0.27
Hex 14 2F 74 53 3B 0 37 DF 47 1B
Octal 24 57 164 123 73 0 67 337 107 33
Binary 10100 101111 1110100 1010011 111011 0 110111 11011111 1000111 11011

Color Harmonies of #142F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142F74

Black with #142F74

Text Example


Text Example

White with #142F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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