Html Css Color HEX #09295C Sapphire

📋 copy color: '#09295C'

red 9 ◦ green 41 ◦ blue 92

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

Shades of Sapphire #09295C

Tints of Sapphire #09295C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 64.79%

R = 6.34%
G = 28.87%
B = 64.79%

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

#09295C (or 0x09295C) is known color: Sapphire. HEX triplet: 09, 29 and 5C. RGB value is (9,41,92). Sum of RGB (Red+Green+Blue) = 9+41+92=142 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.34% from 142); Green value is 41 (16.41% from 255 or 28.87% from 142); Blue value is 92 (36.33% from 255 or 64.79% from 142); Max value from RGB is 92 - color contains mainly: blue. Hex color #09295C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09295C is #F6D6A3. Grayscale: #252525. Windows color (decimal): -16176804 or 6039817. OLE color: 6039817.

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

Color convert

RGB 9 41 92 -
CMYK 0.90 0.55 0 0.64
HSL 216.87º 0.82% 0.2% -
HSV(B) 216.87º 0.9% 0.36% -
XYZ 2.84 2.42 10.44 -
YUV 37.25 158.9 107.85 -
System Red Green Blue C M Y K H S L
Decimal 9 41 92 0.90 0.55 0 0.64 216.87 0.82 0.2
Hex 9 29 5C 5A 37 0 40 D9 52 14
Octal 11 51 134 132 67 0 100 331 122 24
Binary 1001 101001 1011100 1011010 110111 0 1000000 11011001 1010010 10100

Color Harmonies of #09295C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09295C

Black with #09295C

Text Example


Text Example

White with #09295C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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