Html Css Color HEX #09224B Sapphire

📋 copy color: '#09224B'

red 9 ◦ green 34 ◦ blue 75

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

Shades of Sapphire #09224B

Tints of Sapphire #09224B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 63.56%

R = 7.63%
G = 28.81%
B = 63.56%

CMYK

 C value IS 0.88

 M value IS 0.55

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#09224B (or 0x09224B) is known color: Sapphire. HEX triplet: 09, 22 and 4B. RGB value is (9,34,75). Sum of RGB (Red+Green+Blue) = 9+34+75=118 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.63% from 118); Green value is 34 (13.67% from 255 or 28.81% from 118); Blue value is 75 (29.69% from 255 or 63.56% from 118); Max value from RGB is 75 - color contains mainly: blue. Hex color #09224B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09224B is #F6DDB4. Grayscale: #1F1F1F. Windows color (decimal): -16178613 or 4923913. OLE color: 4923913.

HSL color Cylindrical-coordinate representation of color #09224B: hue angle of 217.27º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09224B is Cyan = 0.88, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 9 34 75 -
CMYK 0.88 0.55 0 0.71
HSL 217.27º 0.79% 0.16% -
HSV(B) 217.27º 0.88% 0.29% -
XYZ 1.95 1.71 6.88 -
YUV 31.2 152.72 112.17 -
System Red Green Blue C M Y K H S L
Decimal 9 34 75 0.88 0.55 0 0.71 217.27 0.79 0.16
Hex 9 22 4B 58 37 0 47 D9 4F 10
Octal 11 42 113 130 67 0 107 331 117 20
Binary 1001 100010 1001011 1011000 110111 0 1000111 11011001 1001111 10000

Color Harmonies of #09224B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09224B

Black with #09224B

Text Example


Text Example

White with #09224B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09224B; }

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

 H1.HeaderClassName
 {
   color: #09224B;
 }
 .AnyTagClassName
 {
   color: #09224B;
 }
</style>

background-color css

<style>
 a { background-color: #09224B; }

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

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

border-color css

<style>
 span { border-color: #09224B; }

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

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