Html Css Color HEX #14325E Sapphire

📋 copy color: '#14325E'

red 20 ◦ green 50 ◦ blue 94

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

Shades of Sapphire #14325E

Tints of Sapphire #14325E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 30.49%

 BLUE value IS 94 (37.11% from 255) = 57.32%

R = 12.2%
G = 30.49%
B = 57.32%

CMYK

 C value IS 0.79

 M value IS 0.47

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#14325E (or 0x14325E) is known color: Sapphire. HEX triplet: 14, 32 and 5E. RGB value is (20,50,94). Sum of RGB (Red+Green+Blue) = 20+50+94=164 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.20% from 164); Green value is 50 (19.92% from 255 or 30.49% from 164); Blue value is 94 (37.11% from 255 or 57.32% from 164); Max value from RGB is 94 - color contains mainly: blue. Hex color #14325E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14325E is #EBCDA1. Grayscale: #2D2D2D. Windows color (decimal): -15453602 or 6173204. OLE color: 6173204.

HSL color Cylindrical-coordinate representation of color #14325E: hue angle of 215.68º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #14325E is Cyan = 0.79, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 20 50 94 -
CMYK 0.79 0.47 0 0.63
HSL 215.68º 0.65% 0.22% -
HSV(B) 215.68º 0.79% 0.37% -
XYZ 3.45 3.24 11.03 -
YUV 46.05 155.06 109.42 -
System Red Green Blue C M Y K H S L
Decimal 20 50 94 0.79 0.47 0 0.63 215.68 0.65 0.22
Hex 14 32 5E 4F 2F 0 3F D8 41 16
Octal 24 62 136 117 57 0 77 330 101 26
Binary 10100 110010 1011110 1001111 101111 0 111111 11011000 1000001 10110

Color Harmonies of #14325E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14325E

Black with #14325E

Text Example


Text Example

White with #14325E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14325E; }

 p { color: rgb(20,50,94); }

 H1.HeaderClassName
 {
   color: #14325E;
 }
 .AnyTagClassName
 {
   color: #14325E;
 }
</style>

background-color css

<style>
 a { background-color: #14325E; }

 a { background-color: rgb(20,50,94); }

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

border-color css

<style>
 span { border-color: #14325E; }

 span { border-color: rgb(20,50,94); }

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