Html Css Color HEX #103061 Sapphire

📋 copy color: '#103061'

red 16 ◦ green 48 ◦ blue 97

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

Shades of Sapphire #103061

Tints of Sapphire #103061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 60.25%

R = 9.94%
G = 29.81%
B = 60.25%

CMYK

 C value IS 0.84

 M value IS 0.51

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#103061 (or 0x103061) is known color: Sapphire. HEX triplet: 10, 30 and 61. RGB value is (16,48,97). Sum of RGB (Red+Green+Blue) = 16+48+97=161 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.94% from 161); Green value is 48 (19.14% from 255 or 29.81% from 161); Blue value is 97 (38.28% from 255 or 60.25% from 161); Max value from RGB is 97 - color contains mainly: blue. Hex color #103061 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #103061 is #EFCF9E. Grayscale: #2B2B2B. Windows color (decimal): -15716255 or 6369296. OLE color: 6369296.

HSL color Cylindrical-coordinate representation of color #103061: hue angle of 216.3º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #103061 is Cyan = 0.84, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 16 48 97 -
CMYK 0.84 0.51 0 0.62
HSL 216.3º 0.72% 0.22% -
HSV(B) 216.3º 0.84% 0.38% -
XYZ 3.43 3.09 11.72 -
YUV 44.02 157.9 108.02 -
System Red Green Blue C M Y K H S L
Decimal 16 48 97 0.84 0.51 0 0.62 216.3 0.72 0.22
Hex 10 30 61 54 33 0 3E D8 48 16
Octal 20 60 141 124 63 0 76 330 110 26
Binary 10000 110000 1100001 1010100 110011 0 111110 11011000 1001000 10110

Color Harmonies of #103061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103061

Black with #103061

Text Example


Text Example

White with #103061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103061; }

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

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

background-color css

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

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

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

border-color css

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

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

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