Html Css Color HEX #10225F Sapphire

📋 copy color: '#10225F'

red 16 ◦ green 34 ◦ blue 95

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

Shades of Sapphire #10225F

Tints of Sapphire #10225F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 65.52%

R = 11.03%
G = 23.45%
B = 65.52%

CMYK

 C value IS 0.83

 M value IS 0.64

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#10225F (or 0x10225F) is known color: Sapphire. HEX triplet: 10, 22 and 5F. RGB value is (16,34,95). Sum of RGB (Red+Green+Blue) = 16+34+95=145 (19% of max value = 765). Red value is 16 (6.64% from 255 or 11.03% from 145); Green value is 34 (13.67% from 255 or 23.45% from 145); Blue value is 95 (37.5% from 255 or 65.52% from 145); Max value from RGB is 95 - color contains mainly: blue. Hex color #10225F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10225F is #EFDDA0. Grayscale: #232323. Windows color (decimal): -15719841 or 6234640. OLE color: 6234640.

HSL color Cylindrical-coordinate representation of color #10225F: hue angle of 226.33º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #10225F is Cyan = 0.83, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 16 34 95 -
CMYK 0.83 0.64 0 0.63
HSL 226.33º 0.71% 0.22% -
HSV(B) 226.33º 0.83% 0.37% -
XYZ 2.85 2.08 11.08 -
YUV 35.57 161.54 114.04 -
System Red Green Blue C M Y K H S L
Decimal 16 34 95 0.83 0.64 0 0.63 226.33 0.71 0.22
Hex 10 22 5F 53 40 0 3F E2 47 16
Octal 20 42 137 123 100 0 77 342 107 26
Binary 10000 100010 1011111 1010011 1000000 0 111111 11100010 1000111 10110

Color Harmonies of #10225F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10225F

Black with #10225F

Text Example


Text Example

White with #10225F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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