Html Css Color HEX #14245B Sapphire

📋 copy color: '#14245B'

red 20 ◦ green 36 ◦ blue 91

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

Shades of Sapphire #14245B

Tints of Sapphire #14245B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 24.49%

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

R = 13.61%
G = 24.49%
B = 61.9%

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

#14245B (or 0x14245B) is known color: Sapphire. HEX triplet: 14, 24 and 5B. RGB value is (20,36,91). Sum of RGB (Red+Green+Blue) = 20+36+91=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 36 (14.45% from 255 or 24.49% from 147); Blue value is 91 (35.94% from 255 or 61.90% from 147); Max value from RGB is 91 - color contains mainly: blue. Hex color #14245B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14245B is #EBDBA4. Grayscale: #252525. Windows color (decimal): -15457189 or 5973012. OLE color: 5973012.

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

Color convert

RGB 20 36 91 -
CMYK 0.78 0.60 0 0.64
HSL 226.48º 0.64% 0.22% -
HSV(B) 226.48º 0.78% 0.36% -
XYZ 2.81 2.17 10.17 -
YUV 37.49 158.2 115.53 -
System Red Green Blue C M Y K H S L
Decimal 20 36 91 0.78 0.60 0 0.64 226.48 0.64 0.22
Hex 14 24 5B 4E 3C 0 40 E2 40 16
Octal 24 44 133 116 74 0 100 342 100 26
Binary 10100 100100 1011011 1001110 111100 0 1000000 11100010 1000000 10110

Color Harmonies of #14245B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14245B

Black with #14245B

Text Example


Text Example

White with #14245B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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