Html Css Color HEX #141F5F Sapphire

📋 copy color: '#141F5F'

red 20 ◦ green 31 ◦ blue 95

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

Shades of Sapphire #141F5F

Tints of Sapphire #141F5F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 21.23%

 BLUE value IS 95 (37.5% from 255) = 65.07%

R = 13.7%
G = 21.23%
B = 65.07%

CMYK

 C value IS 0.79

 M value IS 0.67

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#141F5F (or 0x141F5F) is known color: Sapphire. HEX triplet: 14, 1F and 5F. RGB value is (20,31,95). Sum of RGB (Red+Green+Blue) = 20+31+95=146 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.70% from 146); Green value is 31 (12.5% from 255 or 21.23% from 146); Blue value is 95 (37.5% from 255 or 65.07% from 146); Max value from RGB is 95 - color contains mainly: blue. Hex color #141F5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141F5F is #EBE0A0. Grayscale: #222222. Windows color (decimal): -15458465 or 6233876. OLE color: 6233876.

HSL color Cylindrical-coordinate representation of color #141F5F: hue angle of 231.2º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #141F5F is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 20 31 95 -
CMYK 0.79 0.67 0 0.63
HSL 231.2º 0.65% 0.23% -
HSV(B) 231.2º 0.79% 0.37% -
XYZ 2.84 1.95 11.05 -
YUV 35.01 161.86 117.3 -
System Red Green Blue C M Y K H S L
Decimal 20 31 95 0.79 0.67 0 0.63 231.2 0.65 0.23
Hex 14 1F 5F 4F 43 0 3F E7 41 17
Octal 24 37 137 117 103 0 77 347 101 27
Binary 10100 11111 1011111 1001111 1000011 0 111111 11100111 1000001 10111

Color Harmonies of #141F5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141F5F

Black with #141F5F

Text Example


Text Example

White with #141F5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141F5F; }

 p { color: rgb(20,31,95); }

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

background-color css

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

 a { background-color: rgb(20,31,95); }

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

border-color css

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

 span { border-color: rgb(20,31,95); }

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