Html Css Color HEX #141D58 Sapphire

📋 copy color: '#141D58'

red 20 ◦ green 29 ◦ blue 88

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

Shades of Sapphire #141D58

Tints of Sapphire #141D58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 64.23%

R = 14.6%
G = 21.17%
B = 64.23%

CMYK

 C value IS 0.77

 M value IS 0.67

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#141D58 (or 0x141D58) is known color: Sapphire. HEX triplet: 14, 1D and 58. RGB value is (20,29,88). Sum of RGB (Red+Green+Blue) = 20+29+88=137 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.60% from 137); Green value is 29 (11.72% from 255 or 21.17% from 137); Blue value is 88 (34.77% from 255 or 64.23% from 137); Max value from RGB is 88 - color contains mainly: blue. Hex color #141D58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141D58 is #EBE2A7. Grayscale: #202020. Windows color (decimal): -15458984 or 5774612. OLE color: 5774612.

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

Color convert

RGB 20 29 88 -
CMYK 0.77 0.67 0 0.65
HSL 232.06º 0.63% 0.21% -
HSV(B) 232.06º 0.77% 0.35% -
XYZ 2.49 1.73 9.44 -
YUV 33.04 159.02 118.7 -
System Red Green Blue C M Y K H S L
Decimal 20 29 88 0.77 0.67 0 0.65 232.06 0.63 0.21
Hex 14 1D 58 4D 43 0 41 E8 3F 15
Octal 24 35 130 115 103 0 101 350 77 25
Binary 10100 11101 1011000 1001101 1000011 0 1000001 11101000 111111 10101

Color Harmonies of #141D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141D58

Black with #141D58

Text Example


Text Example

White with #141D58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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