Html Css Color HEX #09265F Sapphire

📋 copy color: '#09265F'

red 9 ◦ green 38 ◦ blue 95

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

Shades of Sapphire #09265F

Tints of Sapphire #09265F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 26.76%

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

R = 6.34%
G = 26.76%
B = 66.9%

CMYK

 C value IS 0.91

 M value IS 0.60

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#09265F (or 0x09265F) is known color: Sapphire. HEX triplet: 09, 26 and 5F. RGB value is (9,38,95). Sum of RGB (Red+Green+Blue) = 9+38+95=142 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.34% from 142); Green value is 38 (15.23% from 255 or 26.76% from 142); Blue value is 95 (37.5% from 255 or 66.90% from 142); Max value from RGB is 95 - color contains mainly: blue. Hex color #09265F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09265F is #F6D9A0. Grayscale: #232323. Windows color (decimal): -16177569 or 6235657. OLE color: 6235657.

HSL color Cylindrical-coordinate representation of color #09265F: hue angle of 219.77º 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 #09265F is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 9 38 95 -
CMYK 0.91 0.60 0 0.63
HSL 219.77º 0.83% 0.2% -
HSV(B) 219.77º 0.91% 0.37% -
XYZ 2.87 2.27 11.11 -
YUV 35.83 161.39 108.87 -
System Red Green Blue C M Y K H S L
Decimal 9 38 95 0.91 0.60 0 0.63 219.77 0.83 0.2
Hex 9 26 5F 5B 3C 0 3F DC 53 14
Octal 11 46 137 133 74 0 77 334 123 24
Binary 1001 100110 1011111 1011011 111100 0 111111 11011100 1010011 10100

Color Harmonies of #09265F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09265F

Black with #09265F

Text Example


Text Example

White with #09265F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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