Html Css Color HEX #09295B Sapphire

📋 copy color: '#09295B'

red 9 ◦ green 41 ◦ blue 91

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

Shades of Sapphire #09295B

Tints of Sapphire #09295B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 64.54%

R = 6.38%
G = 29.08%
B = 64.54%

CMYK

 C value IS 0.90

 M value IS 0.55

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#09295B (or 0x09295B) is known color: Sapphire. HEX triplet: 09, 29 and 5B. RGB value is (9,41,91). Sum of RGB (Red+Green+Blue) = 9+41+91=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 41 (16.41% from 255 or 29.08% from 141); Blue value is 91 (35.94% from 255 or 64.54% from 141); Max value from RGB is 91 - color contains mainly: blue. Hex color #09295B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09295B is #F6D6A4. Grayscale: #242424. Windows color (decimal): -16176805 or 5974281. OLE color: 5974281.

HSL color Cylindrical-coordinate representation of color #09295B: hue angle of 216.59º 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 #09295B is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 9 41 91 -
CMYK 0.90 0.55 0 0.64
HSL 216.59º 0.82% 0.2% -
HSV(B) 216.59º 0.9% 0.36% -
XYZ 2.79 2.4 10.21 -
YUV 37.13 158.4 107.93 -
System Red Green Blue C M Y K H S L
Decimal 9 41 91 0.90 0.55 0 0.64 216.59 0.82 0.2
Hex 9 29 5B 5A 37 0 40 D9 52 14
Octal 11 51 133 132 67 0 100 331 122 24
Binary 1001 101001 1011011 1011010 110111 0 1000000 11011001 1010010 10100

Color Harmonies of #09295B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09295B

Black with #09295B

Text Example


Text Example

White with #09295B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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