Html Css Color HEX #10246B Sapphire

📋 copy color: '#10246B'

red 16 ◦ green 36 ◦ blue 107

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

Shades of Sapphire #10246B

Tints of Sapphire #10246B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.64%

 BLUE value IS 107 (42.19% from 255) = 67.3%

R = 10.06%
G = 22.64%
B = 67.3%

CMYK

 C value IS 0.85

 M value IS 0.66

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#10246B (or 0x10246B) is known color: Sapphire. HEX triplet: 10, 24 and 6B. RGB value is (16,36,107). Sum of RGB (Red+Green+Blue) = 16+36+107=159 (21% of max value = 765). Red value is 16 (6.64% from 255 or 10.06% from 159); Green value is 36 (14.45% from 255 or 22.64% from 159); Blue value is 107 (42.19% from 255 or 67.30% from 159); Max value from RGB is 107 - color contains mainly: blue. Hex color #10246B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10246B is #EFDB94. Grayscale: #252525. Windows color (decimal): -15719317 or 7021584. OLE color: 7021584.

HSL color Cylindrical-coordinate representation of color #10246B: hue angle of 226.81º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10246B is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 16 36 107 -
CMYK 0.85 0.66 0 0.58
HSL 226.81º 0.74% 0.24% -
HSV(B) 226.81º 0.85% 0.42% -
XYZ 3.5 2.43 14.2 -
YUV 38.11 166.87 112.23 -
System Red Green Blue C M Y K H S L
Decimal 16 36 107 0.85 0.66 0 0.58 226.81 0.74 0.24
Hex 10 24 6B 55 42 0 3A E3 4A 18
Octal 20 44 153 125 102 0 72 343 112 30
Binary 10000 100100 1101011 1010101 1000010 0 111010 11100011 1001010 11000

Color Harmonies of #10246B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10246B

Black with #10246B

Text Example


Text Example

White with #10246B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10246B; }

 p { color: rgb(16,36,107); }

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

background-color css

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

 a { background-color: rgb(16,36,107); }

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

border-color css

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

 span { border-color: rgb(16,36,107); }

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