Html Css Color HEX #141D59 Sapphire

📋 copy color: '#141D59'

red 20 ◦ green 29 ◦ blue 89

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

Shades of Sapphire #141D59

Tints of Sapphire #141D59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 64.49%

R = 14.49%
G = 21.01%
B = 64.49%

CMYK

 C value IS 0.78

 M value IS 0.67

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#141D59 (or 0x141D59) is known color: Sapphire. HEX triplet: 14, 1D and 59. RGB value is (20,29,89). Sum of RGB (Red+Green+Blue) = 20+29+89=138 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.49% from 138); Green value is 29 (11.72% from 255 or 21.01% from 138); Blue value is 89 (35.16% from 255 or 64.49% from 138); Max value from RGB is 89 - color contains mainly: blue. Hex color #141D59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141D59 is #EBE2A6. Grayscale: #202020. Windows color (decimal): -15458983 or 5840148. OLE color: 5840148.

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

Color convert

RGB 20 29 89 -
CMYK 0.78 0.67 0 0.65
HSL 232.17º 0.63% 0.21% -
HSV(B) 232.17º 0.78% 0.35% -
XYZ 2.53 1.75 9.66 -
YUV 33.15 159.52 118.62 -
System Red Green Blue C M Y K H S L
Decimal 20 29 89 0.78 0.67 0 0.65 232.17 0.63 0.21
Hex 14 1D 59 4E 43 0 41 E8 3F 15
Octal 24 35 131 116 103 0 101 350 77 25
Binary 10100 11101 1011001 1001110 1000011 0 1000001 11101000 111111 10101

Color Harmonies of #141D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141D59

Black with #141D59

Text Example


Text Example

White with #141D59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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