Html Css Color HEX #103369 Sapphire

📋 copy color: '#103369'

red 16 ◦ green 51 ◦ blue 105

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

Shades of Sapphire #103369

Tints of Sapphire #103369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 61.05%

R = 9.3%
G = 29.65%
B = 61.05%

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

#103369 (or 0x103369) is known color: Sapphire. HEX triplet: 10, 33 and 69. RGB value is (16,51,105). Sum of RGB (Red+Green+Blue) = 16+51+105=172 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.30% from 172); Green value is 51 (20.31% from 255 or 29.65% from 172); Blue value is 105 (41.41% from 255 or 61.05% from 172); Max value from RGB is 105 - color contains mainly: blue. Hex color #103369 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103369 is #EFCC96. Grayscale: #2E2E2E. Windows color (decimal): -15715479 or 6894352. OLE color: 6894352.

HSL color Cylindrical-coordinate representation of color #103369: hue angle of 216.4º degrees, saturation: 0.74, 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 #103369 is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 16 51 105 -
CMYK 0.85 0.51 0 0.59
HSL 216.4º 0.74% 0.24% -
HSV(B) 216.4º 0.85% 0.41% -
XYZ 3.95 3.5 13.83 -
YUV 46.69 160.9 106.11 -
System Red Green Blue C M Y K H S L
Decimal 16 51 105 0.85 0.51 0 0.59 216.4 0.74 0.24
Hex 10 33 69 55 33 0 3B D8 4A 18
Octal 20 63 151 125 63 0 73 330 112 30
Binary 10000 110011 1101001 1010101 110011 0 111011 11011000 1001010 11000

Color Harmonies of #103369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103369

Black with #103369

Text Example


Text Example

White with #103369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103369; }

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

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

background-color css

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

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

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

border-color css

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

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

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