Html Css Color HEX #14296A Sapphire

📋 copy color: '#14296A'

red 20 ◦ green 41 ◦ blue 106

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

Shades of Sapphire #14296A

Tints of Sapphire #14296A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 24.55%

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

R = 11.98%
G = 24.55%
B = 63.47%

CMYK

 C value IS 0.81

 M value IS 0.61

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#14296A (or 0x14296A) is known color: Sapphire. HEX triplet: 14, 29 and 6A. RGB value is (20,41,106). Sum of RGB (Red+Green+Blue) = 20+41+106=167 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.98% from 167); Green value is 41 (16.41% from 255 or 24.55% from 167); Blue value is 106 (41.80% from 255 or 63.47% from 167); Max value from RGB is 106 - color contains mainly: blue. Hex color #14296A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14296A is #EBD695. Grayscale: #292929. Windows color (decimal): -15455894 or 6957332. OLE color: 6957332.

HSL color Cylindrical-coordinate representation of color #14296A: hue angle of 225.35º 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 #14296A is Cyan = 0.81, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 20 41 106 -
CMYK 0.81 0.61 0 0.58
HSL 225.35º 0.68% 0.25% -
HSV(B) 225.35º 0.81% 0.42% -
XYZ 3.68 2.78 13.98 -
YUV 42.13 164.04 112.21 -
System Red Green Blue C M Y K H S L
Decimal 20 41 106 0.81 0.61 0 0.58 225.35 0.68 0.25
Hex 14 29 6A 51 3D 0 3A E1 44 19
Octal 24 51 152 121 75 0 72 341 104 31
Binary 10100 101001 1101010 1010001 111101 0 111010 11100001 1000100 11001

Color Harmonies of #14296A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14296A

Black with #14296A

Text Example


Text Example

White with #14296A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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