#09254B

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

Shades of Sapphire #09254B

Tints of Sapphire #09254B

Color information

#09254B (or 0x09254B) is unknown color: approx Sapphire. HEX triplet: 09, 25 and 4B. RGB value is (9,37,75). Sum of RGB (Red+Green+Blue) = 9+37+75=121 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.44% from 121); Green value is 37 (14.84% from 255 or 30.58% from 121); Blue value is 75 (29.69% from 255 or 61.98% from 121); Max value from RGB is 75 - color contains mainly: blue. Hex color #09254B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09254B is #F6DAB4. Grayscale: #202020. Windows color (decimal): -16177845 or 4924681. OLE color: 4924681.

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

Color convert

RGB93775-
CMYK0.880.5100.71
HSL214.55º78.57%16.47%-
HSV(B)214.55º88%29.41%-
XYZ2.041.896.91-
YUV32.96151.72110.91-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.44%
GREEN value IS 37 (14.84% from 255) = 30.58%
BLUE value IS 75 (29.69% from 255) = 61.98%
R=7.44%
G=30.58%
B=61.98%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal937750.880.5100.71214.5578.5716.47
Hex9254B5833047d74f10
Octal114511313063010732711720
Binary1001100101100101110110001100110100011111010111100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09254B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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