Html Css Color HEX #14296C Sapphire

📋 copy color: '#14296C'

red 20 ◦ green 41 ◦ blue 108

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

Shades of Sapphire #14296C

Tints of Sapphire #14296C

RGB

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

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

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

R = 11.83%
G = 24.26%
B = 63.91%

CMYK

 C value IS 0.81

 M value IS 0.62

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#14296C (or 0x14296C) is known color: Sapphire. HEX triplet: 14, 29 and 6C. RGB value is (20,41,108). Sum of RGB (Red+Green+Blue) = 20+41+108=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 41 (16.41% from 255 or 24.26% from 169); Blue value is 108 (42.58% from 255 or 63.91% from 169); Max value from RGB is 108 - color contains mainly: blue. Hex color #14296C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14296C is #EBD693. Grayscale: #2A2A2A. Windows color (decimal): -15455892 or 7088404. OLE color: 7088404.

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

Color convert

RGB 20 41 108 -
CMYK 0.81 0.62 0 0.58
HSL 225.68º 0.69% 0.25% -
HSV(B) 225.68º 0.81% 0.42% -
XYZ 3.79 2.82 14.53 -
YUV 42.36 165.04 112.05 -
System Red Green Blue C M Y K H S L
Decimal 20 41 108 0.81 0.62 0 0.58 225.68 0.69 0.25
Hex 14 29 6C 51 3E 0 3A E2 45 19
Octal 24 51 154 121 76 0 72 342 105 31
Binary 10100 101001 1101100 1010001 111110 0 111010 11100010 1000101 11001

Color Harmonies of #14296C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14296C

Black with #14296C

Text Example


Text Example

White with #14296C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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