Html Css Color HEX #09225D Sapphire

📋 copy color: '#09225D'

red 9 ◦ green 34 ◦ blue 93

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

Shades of Sapphire #09225D

Tints of Sapphire #09225D

RGB

 RED value IS 9 (3.91% from 255) = 6.62%

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

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

R = 6.62%
G = 25%
B = 68.38%

CMYK

 C value IS 0.90

 M value IS 0.63

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#09225D (or 0x09225D) is known color: Sapphire. HEX triplet: 09, 22 and 5D. RGB value is (9,34,93). Sum of RGB (Red+Green+Blue) = 9+34+93=136 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.62% from 136); Green value is 34 (13.67% from 255 or 25% from 136); Blue value is 93 (36.72% from 255 or 68.38% from 136); Max value from RGB is 93 - color contains mainly: blue. Hex color #09225D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09225D is #F6DDA2. Grayscale: #202020. Windows color (decimal): -16178595 or 6103561. OLE color: 6103561.

HSL color Cylindrical-coordinate representation of color #09225D: hue angle of 222.14º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09225D is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 9 34 93 -
CMYK 0.90 0.63 0 0.64
HSL 222.14º 0.82% 0.2% -
HSV(B) 222.14º 0.9% 0.36% -
XYZ 2.66 1.99 10.6 -
YUV 33.25 161.72 110.7 -
System Red Green Blue C M Y K H S L
Decimal 9 34 93 0.90 0.63 0 0.64 222.14 0.82 0.2
Hex 9 22 5D 5A 3F 0 40 DE 52 14
Octal 11 42 135 132 77 0 100 336 122 24
Binary 1001 100010 1011101 1011010 111111 0 1000000 11011110 1010010 10100

Color Harmonies of #09225D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09225D

Black with #09225D

Text Example


Text Example

White with #09225D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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