Html Css Color HEX #09296B Sapphire

📋 copy color: '#09296B'

red 9 ◦ green 41 ◦ blue 107

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

Shades of Sapphire #09296B

Tints of Sapphire #09296B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 68.15%

R = 5.73%
G = 26.11%
B = 68.15%

CMYK

 C value IS 0.92

 M value IS 0.62

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#09296B (or 0x09296B) is known color: Sapphire. HEX triplet: 09, 29 and 6B. RGB value is (9,41,107). Sum of RGB (Red+Green+Blue) = 9+41+107=157 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.73% from 157); Green value is 41 (16.41% from 255 or 26.11% from 157); Blue value is 107 (42.19% from 255 or 68.15% from 157); Max value from RGB is 107 - color contains mainly: blue. Hex color #09296B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09296B is #F6D694. Grayscale: #262626. Windows color (decimal): -16176789 or 7022857. OLE color: 7022857.

HSL color Cylindrical-coordinate representation of color #09296B: hue angle of 220.41º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09296B is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 41 107 -
CMYK 0.92 0.62 0 0.58
HSL 220.41º 0.84% 0.23% -
HSV(B) 220.41º 0.92% 0.42% -
XYZ 3.56 2.71 14.24 -
YUV 38.96 166.4 106.63 -
System Red Green Blue C M Y K H S L
Decimal 9 41 107 0.92 0.62 0 0.58 220.41 0.84 0.23
Hex 9 29 6B 5C 3E 0 3A DC 54 17
Octal 11 51 153 134 76 0 72 334 124 27
Binary 1001 101001 1101011 1011100 111110 0 111010 11011100 1010100 10111

Color Harmonies of #09296B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09296B

Black with #09296B

Text Example


Text Example

White with #09296B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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