Html Css Color HEX #14255B Sapphire

📋 copy color: '#14255B'

red 20 ◦ green 37 ◦ blue 91

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

Shades of Sapphire #14255B

Tints of Sapphire #14255B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 61.49%

R = 13.51%
G = 25%
B = 61.49%

CMYK

 C value IS 0.78

 M value IS 0.59

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#14255B (or 0x14255B) is known color: Sapphire. HEX triplet: 14, 25 and 5B. RGB value is (20,37,91). Sum of RGB (Red+Green+Blue) = 20+37+91=148 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.51% from 148); Green value is 37 (14.84% from 255 or 25% from 148); Blue value is 91 (35.94% from 255 or 61.49% from 148); Max value from RGB is 91 - color contains mainly: blue. Hex color #14255B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14255B is #EBDAA4. Grayscale: #252525. Windows color (decimal): -15456933 or 5973268. OLE color: 5973268.

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

Color convert

RGB 20 37 91 -
CMYK 0.78 0.59 0 0.64
HSL 225.63º 0.64% 0.22% -
HSV(B) 225.63º 0.78% 0.36% -
XYZ 2.84 2.23 10.18 -
YUV 38.07 157.87 115.11 -
System Red Green Blue C M Y K H S L
Decimal 20 37 91 0.78 0.59 0 0.64 225.63 0.64 0.22
Hex 14 25 5B 4E 3B 0 40 E2 40 16
Octal 24 45 133 116 73 0 100 342 100 26
Binary 10100 100101 1011011 1001110 111011 0 1000000 11100010 1000000 10110

Color Harmonies of #14255B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14255B

Black with #14255B

Text Example


Text Example

White with #14255B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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