Html Css Color HEX #10195A Sapphire

📋 copy color: '#10195A'

red 16 ◦ green 25 ◦ blue 90

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

Shades of Sapphire #10195A

Tints of Sapphire #10195A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 68.7%

R = 12.21%
G = 19.08%
B = 68.7%

CMYK

 C value IS 0.82

 M value IS 0.72

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#10195A (or 0x10195A) is known color: Sapphire. HEX triplet: 10, 19 and 5A. RGB value is (16,25,90). Sum of RGB (Red+Green+Blue) = 16+25+90=131 (17% of max value = 765). Red value is 16 (6.64% from 255 or 12.21% from 131); Green value is 25 (10.16% from 255 or 19.08% from 131); Blue value is 90 (35.55% from 255 or 68.70% from 131); Max value from RGB is 90 - color contains mainly: blue. Hex color #10195A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #10195A is #EFE6A5. Grayscale: #1D1D1D. Windows color (decimal): -15722150 or 5904656. OLE color: 5904656.

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

Color convert

RGB 16 25 90 -
CMYK 0.82 0.72 0 0.65
HSL 232.7º 0.7% 0.21% -
HSV(B) 232.7º 0.82% 0.35% -
XYZ 2.41 1.54 9.84 -
YUV 29.72 162.02 118.21 -
System Red Green Blue C M Y K H S L
Decimal 16 25 90 0.82 0.72 0 0.65 232.7 0.7 0.21
Hex 10 19 5A 52 48 0 41 E9 46 15
Octal 20 31 132 122 110 0 101 351 106 25
Binary 10000 11001 1011010 1010010 1001000 0 1000001 11101001 1000110 10101

Color Harmonies of #10195A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10195A

Black with #10195A

Text Example


Text Example

White with #10195A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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