Html Css Color HEX #10195B Sapphire

📋 copy color: '#10195B'

red 16 ◦ green 25 ◦ blue 91

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

Shades of Sapphire #10195B

Tints of Sapphire #10195B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.94%

 BLUE value IS 91 (35.94% from 255) = 68.94%

R = 12.12%
G = 18.94%
B = 68.94%

CMYK

 C value IS 0.82

 M value IS 0.73

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#10195B (or 0x10195B) is known color: Sapphire. HEX triplet: 10, 19 and 5B. RGB value is (16,25,91). Sum of RGB (Red+Green+Blue) = 16+25+91=132 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.12% from 132); Green value is 25 (10.16% from 255 or 18.94% from 132); Blue value is 91 (35.94% from 255 or 68.94% from 132); Max value from RGB is 91 - color contains mainly: blue. Hex color #10195B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10195B is #EFE6A4. Grayscale: #1D1D1D. Windows color (decimal): -15722149 or 5970192. OLE color: 5970192.

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

Color convert

RGB 16 25 91 -
CMYK 0.82 0.73 0 0.64
HSL 232.8º 0.7% 0.21% -
HSV(B) 232.8º 0.82% 0.36% -
XYZ 2.45 1.56 10.07 -
YUV 29.83 162.52 118.13 -
System Red Green Blue C M Y K H S L
Decimal 16 25 91 0.82 0.73 0 0.64 232.8 0.7 0.21
Hex 10 19 5B 52 49 0 40 E9 46 15
Octal 20 31 133 122 111 0 100 351 106 25
Binary 10000 11001 1011011 1010010 1001001 0 1000000 11101001 1000110 10101

Color Harmonies of #10195B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10195B

Black with #10195B

Text Example


Text Example

White with #10195B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10195B; }

 p { color: rgb(16,25,91); }

 H1.HeaderClassName
 {
   color: #10195B;
 }
 .AnyTagClassName
 {
   color: #10195B;
 }
</style>

background-color css

<style>
 a { background-color: #10195B; }

 a { background-color: rgb(16,25,91); }

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

border-color css

<style>
 span { border-color: #10195B; }

 span { border-color: rgb(16,25,91); }

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