Html Css Color HEX #141D56 Sapphire

📋 copy color: '#141D56'

red 20 ◦ green 29 ◦ blue 86

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

Shades of Sapphire #141D56

Tints of Sapphire #141D56

RGB

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

 GREEN value IS 29 (11.72% from 255) = 21.48%

 BLUE value IS 86 (33.98% from 255) = 63.7%

R = 14.81%
G = 21.48%
B = 63.7%

CMYK

 C value IS 0.77

 M value IS 0.66

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#141D56 (or 0x141D56) is known color: Sapphire. HEX triplet: 14, 1D and 56. RGB value is (20,29,86). Sum of RGB (Red+Green+Blue) = 20+29+86=135 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.81% from 135); Green value is 29 (11.72% from 255 or 21.48% from 135); Blue value is 86 (33.98% from 255 or 63.70% from 135); Max value from RGB is 86 - color contains mainly: blue. Hex color #141D56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141D56 is #EBE2A9. Grayscale: #202020. Windows color (decimal): -15458986 or 5643540. OLE color: 5643540.

HSL color Cylindrical-coordinate representation of color #141D56: hue angle of 231.82º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #141D56 is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 20 29 86 -
CMYK 0.77 0.66 0 0.66
HSL 231.82º 0.62% 0.21% -
HSV(B) 231.82º 0.77% 0.34% -
XYZ 2.41 1.7 9.01 -
YUV 32.81 158.02 118.87 -
System Red Green Blue C M Y K H S L
Decimal 20 29 86 0.77 0.66 0 0.66 231.82 0.62 0.21
Hex 14 1D 56 4D 42 0 42 E8 3E 15
Octal 24 35 126 115 102 0 102 350 76 25
Binary 10100 11101 1010110 1001101 1000010 0 1000010 11101000 111110 10101

Color Harmonies of #141D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141D56

Black with #141D56

Text Example


Text Example

White with #141D56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,29,86); }

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

background-color css

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

 a { background-color: rgb(20,29,86); }

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

border-color css

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

 span { border-color: rgb(20,29,86); }

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