Html Css Color HEX #10317C Sapphire

📋 copy color: '#10317C'

red 16 ◦ green 49 ◦ blue 124

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

Shades of Sapphire #10317C

Tints of Sapphire #10317C

RGB

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

 GREEN value IS 49 (19.53% from 255) = 25.93%

 BLUE value IS 124 (48.83% from 255) = 65.61%

R = 8.47%
G = 25.93%
B = 65.61%

CMYK

 C value IS 0.87

 M value IS 0.60

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#10317C (or 0x10317C) is known color: Sapphire. HEX triplet: 10, 31 and 7C. RGB value is (16,49,124). Sum of RGB (Red+Green+Blue) = 16+49+124=189 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.47% from 189); Green value is 49 (19.53% from 255 or 25.93% from 189); Blue value is 124 (48.83% from 255 or 65.61% from 189); Max value from RGB is 124 - color contains mainly: blue. Hex color #10317C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10317C is #EFCE83. Grayscale: #2F2F2F. Windows color (decimal): -15715972 or 8139024. OLE color: 8139024.

HSL color Cylindrical-coordinate representation of color #10317C: hue angle of 221.67º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #10317C is Cyan = 0.87, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 16 49 124 -
CMYK 0.87 0.60 0 0.51
HSL 221.67º 0.77% 0.27% -
HSV(B) 221.67º 0.87% 0.49% -
XYZ 4.95 3.76 19.53 -
YUV 47.68 171.07 105.4 -
System Red Green Blue C M Y K H S L
Decimal 16 49 124 0.87 0.60 0 0.51 221.67 0.77 0.27
Hex 10 31 7C 57 3C 0 33 DE 4D 1B
Octal 20 61 174 127 74 0 63 336 115 33
Binary 10000 110001 1111100 1010111 111100 0 110011 11011110 1001101 11011

Color Harmonies of #10317C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10317C

Black with #10317C

Text Example


Text Example

White with #10317C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10317C; }

 p { color: rgb(16,49,124); }

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

background-color css

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

 a { background-color: rgb(16,49,124); }

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

border-color css

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

 span { border-color: rgb(16,49,124); }

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