Html Css Color HEX #14296E Sapphire

📋 copy color: '#14296E'

red 20 ◦ green 41 ◦ blue 110

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

Shades of Sapphire #14296E

Tints of Sapphire #14296E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 64.33%

R = 11.7%
G = 23.98%
B = 64.33%

CMYK

 C value IS 0.82

 M value IS 0.63

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#14296E (or 0x14296E) is known color: Sapphire. HEX triplet: 14, 29 and 6E. RGB value is (20,41,110). Sum of RGB (Red+Green+Blue) = 20+41+110=171 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.70% from 171); Green value is 41 (16.41% from 255 or 23.98% from 171); Blue value is 110 (43.36% from 255 or 64.33% from 171); Max value from RGB is 110 - color contains mainly: blue. Hex color #14296E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14296E is #EBD691. Grayscale: #2A2A2A. Windows color (decimal): -15455890 or 7219476. OLE color: 7219476.

HSL color Cylindrical-coordinate representation of color #14296E: hue angle of 226º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #14296E is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 20 41 110 -
CMYK 0.82 0.63 0 0.57
HSL 226º 0.69% 0.25% -
HSV(B) 226º 0.82% 0.43% -
XYZ 3.9 2.86 15.1 -
YUV 42.59 166.04 111.89 -
System Red Green Blue C M Y K H S L
Decimal 20 41 110 0.82 0.63 0 0.57 226 0.69 0.25
Hex 14 29 6E 52 3F 0 39 E2 45 19
Octal 24 51 156 122 77 0 71 342 105 31
Binary 10100 101001 1101110 1010010 111111 0 111001 11100010 1000101 11001

Color Harmonies of #14296E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14296E

Black with #14296E

Text Example


Text Example

White with #14296E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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