Html Css Color HEX #103068 Sapphire

📋 copy color: '#103068'

red 16 ◦ green 48 ◦ blue 104

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

Shades of Sapphire #103068

Tints of Sapphire #103068

RGB

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

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

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

R = 9.52%
G = 28.57%
B = 61.9%

CMYK

 C value IS 0.85

 M value IS 0.54

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#103068 (or 0x103068) is known color: Sapphire. HEX triplet: 10, 30 and 68. RGB value is (16,48,104). Sum of RGB (Red+Green+Blue) = 16+48+104=168 (22% of max value = 765). Red value is 16 (6.64% from 255 or 9.52% from 168); Green value is 48 (19.14% from 255 or 28.57% from 168); Blue value is 104 (41.02% from 255 or 61.90% from 168); Max value from RGB is 104 - color contains mainly: blue. Hex color #103068 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103068 is #EFCF97. Grayscale: #2C2C2C. Windows color (decimal): -15716248 or 6828048. OLE color: 6828048.

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

Color convert

RGB 16 48 104 -
CMYK 0.85 0.54 0 0.59
HSL 218.18º 0.73% 0.24% -
HSV(B) 218.18º 0.85% 0.41% -
XYZ 3.77 3.22 13.52 -
YUV 44.82 161.4 107.45 -
System Red Green Blue C M Y K H S L
Decimal 16 48 104 0.85 0.54 0 0.59 218.18 0.73 0.24
Hex 10 30 68 55 36 0 3B DA 49 18
Octal 20 60 150 125 66 0 73 332 111 30
Binary 10000 110000 1101000 1010101 110110 0 111011 11011010 1001001 11000

Color Harmonies of #103068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103068

Black with #103068

Text Example


Text Example

White with #103068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103068; }

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

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

background-color css

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

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

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

border-color css

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

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

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