Html Css Color HEX #10246D Sapphire

📋 copy color: '#10246D'

red 16 ◦ green 36 ◦ blue 109

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

Shades of Sapphire #10246D

Tints of Sapphire #10246D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 67.7%

R = 9.94%
G = 22.36%
B = 67.7%

CMYK

 C value IS 0.85

 M value IS 0.67

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#10246D (or 0x10246D) is known color: Sapphire. HEX triplet: 10, 24 and 6D. RGB value is (16,36,109). Sum of RGB (Red+Green+Blue) = 16+36+109=161 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.94% from 161); Green value is 36 (14.45% from 255 or 22.36% from 161); Blue value is 109 (42.97% from 255 or 67.70% from 161); Max value from RGB is 109 - color contains mainly: blue. Hex color #10246D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10246D is #EFDB92. Grayscale: #262626. Windows color (decimal): -15719315 or 7152656. OLE color: 7152656.

HSL color Cylindrical-coordinate representation of color #10246D: hue angle of 227.1º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #10246D is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 16 36 109 -
CMYK 0.85 0.67 0 0.57
HSL 227.1º 0.74% 0.25% -
HSV(B) 227.1º 0.85% 0.43% -
XYZ 3.6 2.48 14.76 -
YUV 38.34 167.87 112.06 -
System Red Green Blue C M Y K H S L
Decimal 16 36 109 0.85 0.67 0 0.57 227.1 0.74 0.25
Hex 10 24 6D 55 43 0 39 E3 4A 19
Octal 20 44 155 125 103 0 71 343 112 31
Binary 10000 100100 1101101 1010101 1000011 0 111001 11100011 1001010 11001

Color Harmonies of #10246D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10246D

Black with #10246D

Text Example


Text Example

White with #10246D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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