Html Css Color HEX #103368 Sapphire

📋 copy color: '#103368'

red 16 ◦ green 51 ◦ blue 104

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

Shades of Sapphire #103368

Tints of Sapphire #103368

RGB

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

 GREEN value IS 51 (20.31% from 255) = 29.82%

 BLUE value IS 104 (41.02% from 255) = 60.82%

R = 9.36%
G = 29.82%
B = 60.82%

CMYK

 C value IS 0.85

 M value IS 0.51

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#103368 (or 0x103368) is known color: Sapphire. HEX triplet: 10, 33 and 68. RGB value is (16,51,104). Sum of RGB (Red+Green+Blue) = 16+51+104=171 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.36% from 171); Green value is 51 (20.31% from 255 or 29.82% from 171); Blue value is 104 (41.02% from 255 or 60.82% from 171); Max value from RGB is 104 - color contains mainly: blue. Hex color #103368 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103368 is #EFCC97. Grayscale: #2E2E2E. Windows color (decimal): -15715480 or 6828816. OLE color: 6828816.

HSL color Cylindrical-coordinate representation of color #103368: hue angle of 216.14º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #103368 is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 16 51 104 -
CMYK 0.85 0.51 0 0.59
HSL 216.14º 0.73% 0.24% -
HSV(B) 216.14º 0.85% 0.41% -
XYZ 3.9 3.48 13.56 -
YUV 46.58 160.4 106.19 -
System Red Green Blue C M Y K H S L
Decimal 16 51 104 0.85 0.51 0 0.59 216.14 0.73 0.24
Hex 10 33 68 55 33 0 3B D8 49 18
Octal 20 63 150 125 63 0 73 330 111 30
Binary 10000 110011 1101000 1010101 110011 0 111011 11011000 1001001 11000

Color Harmonies of #103368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103368

Black with #103368

Text Example


Text Example

White with #103368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103368; }

 p { color: rgb(16,51,104); }

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

background-color css

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

 a { background-color: rgb(16,51,104); }

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

border-color css

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

 span { border-color: rgb(16,51,104); }

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