Html Css Color HEX #10225D Sapphire

📋 copy color: '#10225D'

red 16 ◦ green 34 ◦ blue 93

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

Shades of Sapphire #10225D

Tints of Sapphire #10225D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 23.78%

 BLUE value IS 93 (36.72% from 255) = 65.03%

R = 11.19%
G = 23.78%
B = 65.03%

CMYK

 C value IS 0.83

 M value IS 0.63

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#10225D (or 0x10225D) is known color: Sapphire. HEX triplet: 10, 22 and 5D. RGB value is (16,34,93). Sum of RGB (Red+Green+Blue) = 16+34+93=143 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.19% from 143); Green value is 34 (13.67% from 255 or 23.78% from 143); Blue value is 93 (36.72% from 255 or 65.03% from 143); Max value from RGB is 93 - color contains mainly: blue. Hex color #10225D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10225D is #EFDDA2. Grayscale: #232323. Windows color (decimal): -15719843 or 6103568. OLE color: 6103568.

HSL color Cylindrical-coordinate representation of color #10225D: hue angle of 225.97º degrees, saturation: 0.71, 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 #10225D is Cyan = 0.83, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 16 34 93 -
CMYK 0.83 0.63 0 0.64
HSL 225.97º 0.71% 0.21% -
HSV(B) 225.97º 0.83% 0.36% -
XYZ 2.76 2.04 10.61 -
YUV 35.34 160.54 114.2 -
System Red Green Blue C M Y K H S L
Decimal 16 34 93 0.83 0.63 0 0.64 225.97 0.71 0.21
Hex 10 22 5D 53 3F 0 40 E2 47 15
Octal 20 42 135 123 77 0 100 342 107 25
Binary 10000 100010 1011101 1010011 111111 0 1000000 11100010 1000111 10101

Color Harmonies of #10225D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10225D

Black with #10225D

Text Example


Text Example

White with #10225D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,34,93); }

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

background-color css

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

 a { background-color: rgb(16,34,93); }

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

border-color css

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

 span { border-color: rgb(16,34,93); }

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