Html Css Color HEX #10346F Sapphire

📋 copy color: '#10346F'

red 16 ◦ green 52 ◦ blue 111

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

Shades of Sapphire #10346F

Tints of Sapphire #10346F

RGB

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

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

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

R = 8.94%
G = 29.05%
B = 62.01%

CMYK

 C value IS 0.86

 M value IS 0.53

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#10346F (or 0x10346F) is known color: Sapphire. HEX triplet: 10, 34 and 6F. RGB value is (16,52,111). Sum of RGB (Red+Green+Blue) = 16+52+111=179 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.94% from 179); Green value is 52 (20.70% from 255 or 29.05% from 179); Blue value is 111 (43.75% from 255 or 62.01% from 179); Max value from RGB is 111 - color contains mainly: blue. Hex color #10346F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10346F is #EFCB90. Grayscale: #2F2F2F. Windows color (decimal): -15715217 or 7287824. OLE color: 7287824.

HSL color Cylindrical-coordinate representation of color #10346F: hue angle of 217.26º 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 #10346F is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 16 52 111 -
CMYK 0.86 0.53 0 0.56
HSL 217.26º 0.75% 0.25% -
HSV(B) 217.26º 0.86% 0.44% -
XYZ 4.31 3.71 15.53 -
YUV 47.96 163.57 105.2 -
System Red Green Blue C M Y K H S L
Decimal 16 52 111 0.86 0.53 0 0.56 217.26 0.75 0.25
Hex 10 34 6F 56 35 0 38 D9 4B 19
Octal 20 64 157 126 65 0 70 331 113 31
Binary 10000 110100 1101111 1010110 110101 0 111000 11011001 1001011 11001

Color Harmonies of #10346F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10346F

Black with #10346F

Text Example


Text Example

White with #10346F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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