Html Css Color HEX #10225A Sapphire

📋 copy color: '#10225A'

red 16 ◦ green 34 ◦ blue 90

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

Shades of Sapphire #10225A

Tints of Sapphire #10225A

RGB

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

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

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

R = 11.43%
G = 24.29%
B = 64.29%

CMYK

 C value IS 0.82

 M value IS 0.62

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#10225A (or 0x10225A) is known color: Sapphire. HEX triplet: 10, 22 and 5A. RGB value is (16,34,90). Sum of RGB (Red+Green+Blue) = 16+34+90=140 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.43% from 140); Green value is 34 (13.67% from 255 or 24.29% from 140); Blue value is 90 (35.55% from 255 or 64.29% from 140); Max value from RGB is 90 - color contains mainly: blue. Hex color #10225A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #10225A is #EFDDA5. Grayscale: #222222. Windows color (decimal): -15719846 or 5906960. OLE color: 5906960.

HSL color Cylindrical-coordinate representation of color #10225A: hue angle of 225.41º 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 #10225A is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 16 34 90 -
CMYK 0.82 0.62 0 0.65
HSL 225.41º 0.7% 0.21% -
HSV(B) 225.41º 0.82% 0.35% -
XYZ 2.63 1.99 9.92 -
YUV 35 159.04 114.45 -
System Red Green Blue C M Y K H S L
Decimal 16 34 90 0.82 0.62 0 0.65 225.41 0.7 0.21
Hex 10 22 5A 52 3E 0 41 E1 46 15
Octal 20 42 132 122 76 0 101 341 106 25
Binary 10000 100010 1011010 1010010 111110 0 1000001 11100001 1000110 10101

Color Harmonies of #10225A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10225A

Black with #10225A

Text Example


Text Example

White with #10225A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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