Html Css Color HEX #10265C Sapphire

📋 copy color: '#10265C'

red 16 ◦ green 38 ◦ blue 92

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

Shades of Sapphire #10265C

Tints of Sapphire #10265C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 26.03%

 BLUE value IS 92 (36.33% from 255) = 63.01%

R = 10.96%
G = 26.03%
B = 63.01%

CMYK

 C value IS 0.83

 M value IS 0.59

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#10265C (or 0x10265C) is known color: Sapphire. HEX triplet: 10, 26 and 5C. RGB value is (16,38,92). Sum of RGB (Red+Green+Blue) = 16+38+92=146 (19% of max value = 765). Red value is 16 (6.64% from 255 or 10.96% from 146); Green value is 38 (15.23% from 255 or 26.03% from 146); Blue value is 92 (36.33% from 255 or 63.01% from 146); Max value from RGB is 92 - color contains mainly: blue. Hex color #10265C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10265C is #EFD9A3. Grayscale: #252525. Windows color (decimal): -15718820 or 6039056. OLE color: 6039056.

HSL color Cylindrical-coordinate representation of color #10265C: hue angle of 222.63º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10265C is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 16 38 92 -
CMYK 0.83 0.59 0 0.64
HSL 222.63º 0.7% 0.21% -
HSV(B) 222.63º 0.83% 0.36% -
XYZ 2.84 2.27 10.41 -
YUV 37.58 158.71 112.61 -
System Red Green Blue C M Y K H S L
Decimal 16 38 92 0.83 0.59 0 0.64 222.63 0.7 0.21
Hex 10 26 5C 53 3B 0 40 DF 46 15
Octal 20 46 134 123 73 0 100 337 106 25
Binary 10000 100110 1011100 1010011 111011 0 1000000 11011111 1000110 10101

Color Harmonies of #10265C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10265C

Black with #10265C

Text Example


Text Example

White with #10265C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,38,92); }

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

background-color css

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

 a { background-color: rgb(16,38,92); }

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

border-color css

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

 span { border-color: rgb(16,38,92); }

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