Html Css Color HEX #10257C Sapphire

📋 copy color: '#10257C'

red 16 ◦ green 37 ◦ blue 124

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

Shades of Sapphire #10257C

Tints of Sapphire #10257C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 20.9%

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

R = 9.04%
G = 20.9%
B = 70.06%

CMYK

 C value IS 0.87

 M value IS 0.70

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#10257C (or 0x10257C) is known color: Sapphire. HEX triplet: 10, 25 and 7C. RGB value is (16,37,124). Sum of RGB (Red+Green+Blue) = 16+37+124=177 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.04% from 177); Green value is 37 (14.84% from 255 or 20.90% from 177); Blue value is 124 (48.83% from 255 or 70.06% from 177); Max value from RGB is 124 - color contains mainly: blue. Hex color #10257C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10257C is #EFDA83. Grayscale: #282828. Windows color (decimal): -15719044 or 8135952. OLE color: 8135952.

HSL color Cylindrical-coordinate representation of color #10257C: hue angle of 228.33º 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 #10257C is Cyan = 0.87, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 16 37 124 -
CMYK 0.87 0.70 0 0.51
HSL 228.33º 0.77% 0.27% -
HSV(B) 228.33º 0.87% 0.49% -
XYZ 4.51 2.89 19.39 -
YUV 40.64 175.04 110.43 -
System Red Green Blue C M Y K H S L
Decimal 16 37 124 0.87 0.70 0 0.51 228.33 0.77 0.27
Hex 10 25 7C 57 46 0 33 E4 4D 1B
Octal 20 45 174 127 106 0 63 344 115 33
Binary 10000 100101 1111100 1010111 1000110 0 110011 11100100 1001101 11011

Color Harmonies of #10257C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10257C

Black with #10257C

Text Example


Text Example

White with #10257C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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