#09234B

Color #09234B Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #09234B

Tints of Sapphire #09234B

Color information

#09234B (or 0x09234B) is unknown color: approx Sapphire. HEX triplet: 09, 23 and 4B. RGB value is (9,35,75). Sum of RGB (Red+Green+Blue) = 9+35+75=119 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.56% from 119); Green value is 35 (14.06% from 255 or 29.41% from 119); Blue value is 75 (29.69% from 255 or 63.03% from 119); Max value from RGB is 75 - color contains mainly: blue. Hex color #09234B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09234B is #F6DCB4. Grayscale: #1F1F1F. Windows color (decimal): -16178357 or 4924169. OLE color: 4924169.

HSL color Cylindrical-coordinate representation of color #09234B: hue angle of 216.36º 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 #09234B is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB93575-
CMYK0.880.5300.71
HSL216.36º78.57%16.47%-
HSV(B)216.36º88%29.41%-
XYZ1.981.776.89-
YUV31.79152.39111.75-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.56%
GREEN value IS 35 (14.06% from 255) = 29.41%
BLUE value IS 75 (29.69% from 255) = 63.03%
R=7.56%
G=29.41%
B=63.03%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal935750.880.5300.71216.3678.5716.47
Hex9234B5835047d84f10
Octal114311313065010733011720
Binary1001100011100101110110001101010100011111011000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09234B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #09234B;
 }
 .AnyTagClassName
 {
   color: #09234B;
 }
</style>
background-color css

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

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

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

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

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

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