Html Css Color HEX #141E5C Sapphire

📋 copy color: '#141E5C'

red 20 ◦ green 30 ◦ blue 92

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

Shades of Sapphire #141E5C

Tints of Sapphire #141E5C

RGB

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

 GREEN value IS 30 (12.11% from 255) = 21.13%

 BLUE value IS 92 (36.33% from 255) = 64.79%

R = 14.08%
G = 21.13%
B = 64.79%

CMYK

 C value IS 0.78

 M value IS 0.67

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#141E5C (or 0x141E5C) is known color: Sapphire. HEX triplet: 14, 1E and 5C. RGB value is (20,30,92). Sum of RGB (Red+Green+Blue) = 20+30+92=142 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.08% from 142); Green value is 30 (12.11% from 255 or 21.13% from 142); Blue value is 92 (36.33% from 255 or 64.79% from 142); Max value from RGB is 92 - color contains mainly: blue. Hex color #141E5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141E5C is #EBE1A3. Grayscale: #212121. Windows color (decimal): -15458724 or 6037012. OLE color: 6037012.

HSL color Cylindrical-coordinate representation of color #141E5C: hue angle of 231.67º degrees, saturation: 0.64, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #141E5C is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 20 30 92 -
CMYK 0.78 0.67 0 0.64
HSL 231.67º 0.64% 0.22% -
HSV(B) 231.67º 0.78% 0.36% -
XYZ 2.68 1.85 10.34 -
YUV 34.08 160.69 117.96 -
System Red Green Blue C M Y K H S L
Decimal 20 30 92 0.78 0.67 0 0.64 231.67 0.64 0.22
Hex 14 1E 5C 4E 43 0 40 E8 40 16
Octal 24 36 134 116 103 0 100 350 100 26
Binary 10100 11110 1011100 1001110 1000011 0 1000000 11101000 1000000 10110

Color Harmonies of #141E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141E5C

Black with #141E5C

Text Example


Text Example

White with #141E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,30,92); }

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

background-color css

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

 a { background-color: rgb(20,30,92); }

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

border-color css

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

 span { border-color: rgb(20,30,92); }

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