Html Css Color HEX #10257D Sapphire

📋 copy color: '#10257D'

red 16 ◦ green 37 ◦ blue 125

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

Shades of Sapphire #10257D

Tints of Sapphire #10257D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 70.22%

R = 8.99%
G = 20.79%
B = 70.22%

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

#10257D (or 0x10257D) is known color: Sapphire. HEX triplet: 10, 25 and 7D. RGB value is (16,37,125). Sum of RGB (Red+Green+Blue) = 16+37+125=178 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.99% from 178); Green value is 37 (14.84% from 255 or 20.79% from 178); Blue value is 125 (49.22% from 255 or 70.22% from 178); Max value from RGB is 125 - color contains mainly: blue. Hex color #10257D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10257D is #EFDA82. Grayscale: #282828. Windows color (decimal): -15719043 or 8201488. OLE color: 8201488.

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

Color convert

RGB 16 37 125 -
CMYK 0.87 0.70 0 0.51
HSL 228.44º 0.77% 0.28% -
HSV(B) 228.44º 0.87% 0.49% -
XYZ 4.58 2.91 19.72 -
YUV 40.75 175.54 110.34 -
System Red Green Blue C M Y K H S L
Decimal 16 37 125 0.87 0.70 0 0.51 228.44 0.77 0.28
Hex 10 25 7D 57 46 0 33 E4 4D 1C
Octal 20 45 175 127 106 0 63 344 115 34
Binary 10000 100101 1111101 1010111 1000110 0 110011 11100100 1001101 11100

Color Harmonies of #10257D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10257D

Black with #10257D

Text Example


Text Example

White with #10257D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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