Html Css Color HEX #10246E Sapphire

📋 copy color: '#10246E'

red 16 ◦ green 36 ◦ blue 110

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

Shades of Sapphire #10246E

Tints of Sapphire #10246E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 67.9%

R = 9.88%
G = 22.22%
B = 67.9%

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

#10246E (or 0x10246E) is known color: Sapphire. HEX triplet: 10, 24 and 6E. RGB value is (16,36,110). Sum of RGB (Red+Green+Blue) = 16+36+110=162 (21% of max value = 765). Red value is 16 (6.64% from 255 or 9.88% from 162); Green value is 36 (14.45% from 255 or 22.22% from 162); Blue value is 110 (43.36% from 255 or 67.90% from 162); Max value from RGB is 110 - color contains mainly: blue. Hex color #10246E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10246E is #EFDB91. Grayscale: #262626. Windows color (decimal): -15719314 or 7218192. OLE color: 7218192.

HSL color Cylindrical-coordinate representation of color #10246E: hue angle of 227.23º degrees, saturation: 0.75, 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 #10246E is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 16 36 110 -
CMYK 0.85 0.67 0 0.57
HSL 227.23º 0.75% 0.25% -
HSV(B) 227.23º 0.85% 0.43% -
XYZ 3.66 2.5 15.04 -
YUV 38.46 168.37 111.98 -
System Red Green Blue C M Y K H S L
Decimal 16 36 110 0.85 0.67 0 0.57 227.23 0.75 0.25
Hex 10 24 6E 55 43 0 39 E3 4B 19
Octal 20 44 156 125 103 0 71 343 113 31
Binary 10000 100100 1101110 1010101 1000011 0 111001 11100011 1001011 11001

Color Harmonies of #10246E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10246E

Black with #10246E

Text Example


Text Example

White with #10246E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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