Html Css Color HEX #10346D Sapphire

📋 copy color: '#10346D'

red 16 ◦ green 52 ◦ blue 109

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

Shades of Sapphire #10346D

Tints of Sapphire #10346D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 29.38%

 BLUE value IS 109 (42.97% from 255) = 61.58%

R = 9.04%
G = 29.38%
B = 61.58%

CMYK

 C value IS 0.85

 M value IS 0.52

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#10346D (or 0x10346D) is known color: Sapphire. HEX triplet: 10, 34 and 6D. RGB value is (16,52,109). Sum of RGB (Red+Green+Blue) = 16+52+109=177 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.04% from 177); Green value is 52 (20.70% from 255 or 29.38% from 177); Blue value is 109 (42.97% from 255 or 61.58% from 177); Max value from RGB is 109 - color contains mainly: blue. Hex color #10346D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10346D is #EFCB92. Grayscale: #2F2F2F. Windows color (decimal): -15715219 or 7156752. OLE color: 7156752.

HSL color Cylindrical-coordinate representation of color #10346D: hue angle of 216.77º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10346D is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 16 52 109 -
CMYK 0.85 0.52 0 0.57
HSL 216.77º 0.74% 0.25% -
HSV(B) 216.77º 0.85% 0.43% -
XYZ 4.2 3.67 14.95 -
YUV 47.73 162.57 105.37 -
System Red Green Blue C M Y K H S L
Decimal 16 52 109 0.85 0.52 0 0.57 216.77 0.74 0.25
Hex 10 34 6D 55 34 0 39 D9 4A 19
Octal 20 64 155 125 64 0 71 331 112 31
Binary 10000 110100 1101101 1010101 110100 0 111001 11011001 1001010 11001

Color Harmonies of #10346D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10346D

Black with #10346D

Text Example


Text Example

White with #10346D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10346D; }

 p { color: rgb(16,52,109); }

 H1.HeaderClassName
 {
   color: #10346D;
 }
 .AnyTagClassName
 {
   color: #10346D;
 }
</style>

background-color css

<style>
 a { background-color: #10346D; }

 a { background-color: rgb(16,52,109); }

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

border-color css

<style>
 span { border-color: #10346D; }

 span { border-color: rgb(16,52,109); }

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