Html Css Color HEX #141F62 Sapphire

📋 copy color: '#141F62'

red 20 ◦ green 31 ◦ blue 98

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

Shades of Sapphire #141F62

Tints of Sapphire #141F62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 65.77%

R = 13.42%
G = 20.81%
B = 65.77%

CMYK

 C value IS 0.80

 M value IS 0.68

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#141F62 (or 0x141F62) is known color: Sapphire. HEX triplet: 14, 1F and 62. RGB value is (20,31,98). Sum of RGB (Red+Green+Blue) = 20+31+98=149 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.42% from 149); Green value is 31 (12.5% from 255 or 20.81% from 149); Blue value is 98 (38.67% from 255 or 65.77% from 149); Max value from RGB is 98 - color contains mainly: blue. Hex color #141F62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141F62 is #EBE09D. Grayscale: #232323. Windows color (decimal): -15458462 or 6430484. OLE color: 6430484.

HSL color Cylindrical-coordinate representation of color #141F62: hue angle of 231.54º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #141F62 is Cyan = 0.80, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 20 31 98 -
CMYK 0.80 0.68 0 0.62
HSL 231.54º 0.66% 0.23% -
HSV(B) 231.54º 0.8% 0.38% -
XYZ 2.98 2.01 11.79 -
YUV 35.35 163.36 117.05 -
System Red Green Blue C M Y K H S L
Decimal 20 31 98 0.80 0.68 0 0.62 231.54 0.66 0.23
Hex 14 1F 62 50 44 0 3E E8 42 17
Octal 24 37 142 120 104 0 76 350 102 27
Binary 10100 11111 1100010 1010000 1000100 0 111110 11101000 1000010 10111

Color Harmonies of #141F62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141F62

Black with #141F62

Text Example


Text Example

White with #141F62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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