Html Css Color HEX #14256A Sapphire

📋 copy color: '#14256A'

red 20 ◦ green 37 ◦ blue 106

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

Shades of Sapphire #14256A

Tints of Sapphire #14256A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 65.03%

R = 12.27%
G = 22.7%
B = 65.03%

CMYK

 C value IS 0.81

 M value IS 0.65

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#14256A (or 0x14256A) is known color: Sapphire. HEX triplet: 14, 25 and 6A. RGB value is (20,37,106). Sum of RGB (Red+Green+Blue) = 20+37+106=163 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.27% from 163); Green value is 37 (14.84% from 255 or 22.70% from 163); Blue value is 106 (41.80% from 255 or 65.03% from 163); Max value from RGB is 106 - color contains mainly: blue. Hex color #14256A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14256A is #EBDA95. Grayscale: #272727. Windows color (decimal): -15456918 or 6956308. OLE color: 6956308.

HSL color Cylindrical-coordinate representation of color #14256A: hue angle of 228.14º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #14256A is Cyan = 0.81, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 20 37 106 -
CMYK 0.81 0.65 0 0.58
HSL 228.14º 0.68% 0.25% -
HSV(B) 228.14º 0.81% 0.42% -
XYZ 3.55 2.51 13.93 -
YUV 39.78 165.37 113.89 -
System Red Green Blue C M Y K H S L
Decimal 20 37 106 0.81 0.65 0 0.58 228.14 0.68 0.25
Hex 14 25 6A 51 41 0 3A E4 44 19
Octal 24 45 152 121 101 0 72 344 104 31
Binary 10100 100101 1101010 1010001 1000001 0 111010 11100100 1000100 11001

Color Harmonies of #14256A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14256A

Black with #14256A

Text Example


Text Example

White with #14256A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14256A; }

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

 H1.HeaderClassName
 {
   color: #14256A;
 }
 .AnyTagClassName
 {
   color: #14256A;
 }
</style>

background-color css

<style>
 a { background-color: #14256A; }

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

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

border-color css

<style>
 span { border-color: #14256A; }

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

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