Html Css Color HEX #103066 Sapphire

📋 copy color: '#103066'

red 16 ◦ green 48 ◦ blue 102

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

Shades of Sapphire #103066

Tints of Sapphire #103066

RGB

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

 GREEN value IS 48 (19.14% from 255) = 28.92%

 BLUE value IS 102 (40.23% from 255) = 61.45%

R = 9.64%
G = 28.92%
B = 61.45%

CMYK

 C value IS 0.84

 M value IS 0.53

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#103066 (or 0x103066) is known color: Sapphire. HEX triplet: 10, 30 and 66. RGB value is (16,48,102). Sum of RGB (Red+Green+Blue) = 16+48+102=166 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.64% from 166); Green value is 48 (19.14% from 255 or 28.92% from 166); Blue value is 102 (40.23% from 255 or 61.45% from 166); Max value from RGB is 102 - color contains mainly: blue. Hex color #103066 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103066 is #EFCF99. Grayscale: #2C2C2C. Windows color (decimal): -15716250 or 6696976. OLE color: 6696976.

HSL color Cylindrical-coordinate representation of color #103066: hue angle of 217.67º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #103066 is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 16 48 102 -
CMYK 0.84 0.53 0 0.6
HSL 217.67º 0.73% 0.23% -
HSV(B) 217.67º 0.84% 0.4% -
XYZ 3.67 3.18 12.99 -
YUV 44.59 160.4 107.61 -
System Red Green Blue C M Y K H S L
Decimal 16 48 102 0.84 0.53 0 0.6 217.67 0.73 0.23
Hex 10 30 66 54 35 0 3C DA 49 17
Octal 20 60 146 124 65 0 74 332 111 27
Binary 10000 110000 1100110 1010100 110101 0 111100 11011010 1001001 10111

Color Harmonies of #103066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103066

Black with #103066

Text Example


Text Example

White with #103066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103066; }

 p { color: rgb(16,48,102); }

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

background-color css

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

 a { background-color: rgb(16,48,102); }

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

border-color css

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

 span { border-color: rgb(16,48,102); }

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