Html Css Color HEX #09295F Sapphire

📋 copy color: '#09295F'

red 9 ◦ green 41 ◦ blue 95

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

Shades of Sapphire #09295F

Tints of Sapphire #09295F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 28.28%

 BLUE value IS 95 (37.5% from 255) = 65.52%

R = 6.21%
G = 28.28%
B = 65.52%

CMYK

 C value IS 0.91

 M value IS 0.57

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#09295F (or 0x09295F) is known color: Sapphire. HEX triplet: 09, 29 and 5F. RGB value is (9,41,95). Sum of RGB (Red+Green+Blue) = 9+41+95=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 41 (16.41% from 255 or 28.28% from 145); Blue value is 95 (37.5% from 255 or 65.52% from 145); Max value from RGB is 95 - color contains mainly: blue. Hex color #09295F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09295F is #F6D6A0. Grayscale: #252525. Windows color (decimal): -16176801 or 6236425. OLE color: 6236425.

HSL color Cylindrical-coordinate representation of color #09295F: hue angle of 217.67º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #09295F is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 9 41 95 -
CMYK 0.91 0.57 0 0.63
HSL 217.67º 0.83% 0.2% -
HSV(B) 217.67º 0.91% 0.37% -
XYZ 2.97 2.47 11.15 -
YUV 37.59 160.4 107.61 -
System Red Green Blue C M Y K H S L
Decimal 9 41 95 0.91 0.57 0 0.63 217.67 0.83 0.2
Hex 9 29 5F 5B 39 0 3F DA 53 14
Octal 11 51 137 133 71 0 77 332 123 24
Binary 1001 101001 1011111 1011011 111001 0 111111 11011010 1010011 10100

Color Harmonies of #09295F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09295F

Black with #09295F

Text Example


Text Example

White with #09295F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09295F; }

 p { color: rgb(9,41,95); }

 H1.HeaderClassName
 {
   color: #09295F;
 }
 .AnyTagClassName
 {
   color: #09295F;
 }
</style>

background-color css

<style>
 a { background-color: #09295F; }

 a { background-color: rgb(9,41,95); }

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

border-color css

<style>
 span { border-color: #09295F; }

 span { border-color: rgb(9,41,95); }

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