Html Css Color HEX #10214F Sapphire

📋 copy color: '#10214F'

red 16 ◦ green 33 ◦ blue 79

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

Shades of Sapphire #10214F

Tints of Sapphire #10214F

RGB

 RED value IS 16 (6.64% from 255) = 12.5%

 GREEN value IS 33 (13.28% from 255) = 25.78%

 BLUE value IS 79 (31.25% from 255) = 61.72%

R = 12.5%
G = 25.78%
B = 61.72%

CMYK

 C value IS 0.80

 M value IS 0.58

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#10214F (or 0x10214F) is known color: Sapphire. HEX triplet: 10, 21 and 4F. RGB value is (16,33,79). Sum of RGB (Red+Green+Blue) = 16+33+79=128 (16% of max value = 765). Red value is 16 (6.64% from 255 or 12.5% from 128); Green value is 33 (13.28% from 255 or 25.78% from 128); Blue value is 79 (31.25% from 255 or 61.72% from 128); Max value from RGB is 79 - color contains mainly: blue. Hex color #10214F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10214F is #EFDEB0. Grayscale: #202020. Windows color (decimal): -15720113 or 5185808. OLE color: 5185808.

HSL color Cylindrical-coordinate representation of color #10214F: hue angle of 223.81º degrees, saturation: 0.66, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #10214F is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 16 33 79 -
CMYK 0.80 0.58 0 0.69
HSL 223.81º 0.66% 0.19% -
HSV(B) 223.81º 0.8% 0.31% -
XYZ 2.17 1.76 7.62 -
YUV 33.16 153.87 115.76 -
System Red Green Blue C M Y K H S L
Decimal 16 33 79 0.80 0.58 0 0.69 223.81 0.66 0.19
Hex 10 21 4F 50 3A 0 45 E0 42 13
Octal 20 41 117 120 72 0 105 340 102 23
Binary 10000 100001 1001111 1010000 111010 0 1000101 11100000 1000010 10011

Color Harmonies of #10214F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10214F

Black with #10214F

Text Example


Text Example

White with #10214F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10214F; }

 p { color: rgb(16,33,79); }

 H1.HeaderClassName
 {
   color: #10214F;
 }
 .AnyTagClassName
 {
   color: #10214F;
 }
</style>

background-color css

<style>
 a { background-color: #10214F; }

 a { background-color: rgb(16,33,79); }

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

border-color css

<style>
 span { border-color: #10214F; }

 span { border-color: rgb(16,33,79); }

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