Html Css Color HEX #14255D Sapphire

📋 copy color: '#14255D'

red 20 ◦ green 37 ◦ blue 93

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

Shades of Sapphire #14255D

Tints of Sapphire #14255D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 24.67%

 BLUE value IS 93 (36.72% from 255) = 62%

R = 13.33%
G = 24.67%
B = 62%

CMYK

 C value IS 0.78

 M value IS 0.60

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#14255D (or 0x14255D) is known color: Sapphire. HEX triplet: 14, 25 and 5D. RGB value is (20,37,93). Sum of RGB (Red+Green+Blue) = 20+37+93=150 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.33% from 150); Green value is 37 (14.84% from 255 or 24.67% from 150); Blue value is 93 (36.72% from 255 or 62% from 150); Max value from RGB is 93 - color contains mainly: blue. Hex color #14255D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14255D is #EBDAA2. Grayscale: #262626. Windows color (decimal): -15456931 or 6104340. OLE color: 6104340.

HSL color Cylindrical-coordinate representation of color #14255D: hue angle of 226.03º degrees, saturation: 0.65, 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 #14255D is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 20 37 93 -
CMYK 0.78 0.60 0 0.64
HSL 226.03º 0.65% 0.22% -
HSV(B) 226.03º 0.78% 0.36% -
XYZ 2.93 2.26 10.64 -
YUV 38.3 158.87 114.95 -
System Red Green Blue C M Y K H S L
Decimal 20 37 93 0.78 0.60 0 0.64 226.03 0.65 0.22
Hex 14 25 5D 4E 3C 0 40 E2 41 16
Octal 24 45 135 116 74 0 100 342 101 26
Binary 10100 100101 1011101 1001110 111100 0 1000000 11100010 1000001 10110

Color Harmonies of #14255D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14255D

Black with #14255D

Text Example


Text Example

White with #14255D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14255D; }

 p { color: rgb(20,37,93); }

 H1.HeaderClassName
 {
   color: #14255D;
 }
 .AnyTagClassName
 {
   color: #14255D;
 }
</style>

background-color css

<style>
 a { background-color: #14255D; }

 a { background-color: rgb(20,37,93); }

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

border-color css

<style>
 span { border-color: #14255D; }

 span { border-color: rgb(20,37,93); }

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