Html Css Color HEX #14256C Sapphire

📋 copy color: '#14256C'

red 20 ◦ green 37 ◦ blue 108

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

Shades of Sapphire #14256C

Tints of Sapphire #14256C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 65.45%

R = 12.12%
G = 22.42%
B = 65.45%

CMYK

 C value IS 0.81

 M value IS 0.66

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#14256C (or 0x14256C) is known color: Sapphire. HEX triplet: 14, 25 and 6C. RGB value is (20,37,108). Sum of RGB (Red+Green+Blue) = 20+37+108=165 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.12% from 165); Green value is 37 (14.84% from 255 or 22.42% from 165); Blue value is 108 (42.58% from 255 or 65.45% from 165); Max value from RGB is 108 - color contains mainly: blue. Hex color #14256C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14256C is #EBDA93. Grayscale: #272727. Windows color (decimal): -15456916 or 7087380. OLE color: 7087380.

HSL color Cylindrical-coordinate representation of color #14256C: hue angle of 228.41º degrees, saturation: 0.69, 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 #14256C is Cyan = 0.81, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 20 37 108 -
CMYK 0.81 0.66 0 0.58
HSL 228.41º 0.69% 0.25% -
HSV(B) 228.41º 0.81% 0.42% -
XYZ 3.66 2.55 14.49 -
YUV 40.01 166.37 113.73 -
System Red Green Blue C M Y K H S L
Decimal 20 37 108 0.81 0.66 0 0.58 228.41 0.69 0.25
Hex 14 25 6C 51 42 0 3A E4 45 19
Octal 24 45 154 121 102 0 72 344 105 31
Binary 10100 100101 1101100 1010001 1000010 0 111010 11100100 1000101 11001

Color Harmonies of #14256C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14256C

Black with #14256C

Text Example


Text Example

White with #14256C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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