Html Css Color HEX #10326F Sapphire

📋 copy color: '#10326F'

red 16 ◦ green 50 ◦ blue 111

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

Shades of Sapphire #10326F

Tints of Sapphire #10326F

RGB

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

 GREEN value IS 50 (19.92% from 255) = 28.25%

 BLUE value IS 111 (43.75% from 255) = 62.71%

R = 9.04%
G = 28.25%
B = 62.71%

CMYK

 C value IS 0.86

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#10326F (or 0x10326F) is known color: Sapphire. HEX triplet: 10, 32 and 6F. RGB value is (16,50,111). Sum of RGB (Red+Green+Blue) = 16+50+111=177 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.04% from 177); Green value is 50 (19.92% from 255 or 28.25% from 177); Blue value is 111 (43.75% from 255 or 62.71% from 177); Max value from RGB is 111 - color contains mainly: blue. Hex color #10326F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10326F is #EFCD90. Grayscale: #2E2E2E. Windows color (decimal): -15715729 or 7287312. OLE color: 7287312.

HSL color Cylindrical-coordinate representation of color #10326F: hue angle of 218.53º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10326F is Cyan = 0.86, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 16 50 111 -
CMYK 0.86 0.55 0 0.56
HSL 218.53º 0.75% 0.25% -
HSV(B) 218.53º 0.86% 0.44% -
XYZ 4.22 3.54 15.5 -
YUV 46.79 164.24 106.04 -
System Red Green Blue C M Y K H S L
Decimal 16 50 111 0.86 0.55 0 0.56 218.53 0.75 0.25
Hex 10 32 6F 56 37 0 38 DB 4B 19
Octal 20 62 157 126 67 0 70 333 113 31
Binary 10000 110010 1101111 1010110 110111 0 111000 11011011 1001011 11001

Color Harmonies of #10326F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10326F

Black with #10326F

Text Example


Text Example

White with #10326F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,50,111); }

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

background-color css

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

 a { background-color: rgb(16,50,111); }

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

border-color css

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

 span { border-color: rgb(16,50,111); }

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