Html Css Color HEX #09256D Sapphire

📋 copy color: '#09256D'

red 9 ◦ green 37 ◦ blue 109

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

Shades of Sapphire #09256D

Tints of Sapphire #09256D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 23.87%

 BLUE value IS 109 (42.97% from 255) = 70.32%

R = 5.81%
G = 23.87%
B = 70.32%

CMYK

 C value IS 0.92

 M value IS 0.66

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#09256D (or 0x09256D) is known color: Sapphire. HEX triplet: 09, 25 and 6D. RGB value is (9,37,109). Sum of RGB (Red+Green+Blue) = 9+37+109=155 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.81% from 155); Green value is 37 (14.84% from 255 or 23.87% from 155); Blue value is 109 (42.97% from 255 or 70.32% from 155); Max value from RGB is 109 - color contains mainly: blue. Hex color #09256D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09256D is #F6DA92. Grayscale: #242424. Windows color (decimal): -16177811 or 7152905. OLE color: 7152905.

HSL color Cylindrical-coordinate representation of color #09256D: hue angle of 223.2º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09256D is Cyan = 0.92, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 9 37 109 -
CMYK 0.92 0.66 0 0.57
HSL 223.2º 0.85% 0.23% -
HSV(B) 223.2º 0.92% 0.43% -
XYZ 3.53 2.49 14.76 -
YUV 36.84 168.72 108.15 -
System Red Green Blue C M Y K H S L
Decimal 9 37 109 0.92 0.66 0 0.57 223.2 0.85 0.23
Hex 9 25 6D 5C 42 0 39 DF 55 17
Octal 11 45 155 134 102 0 71 337 125 27
Binary 1001 100101 1101101 1011100 1000010 0 111001 11011111 1010101 10111

Color Harmonies of #09256D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09256D

Black with #09256D

Text Example


Text Example

White with #09256D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09256D; }

 p { color: rgb(9,37,109); }

 H1.HeaderClassName
 {
   color: #09256D;
 }
 .AnyTagClassName
 {
   color: #09256D;
 }
</style>

background-color css

<style>
 a { background-color: #09256D; }

 a { background-color: rgb(9,37,109); }

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

border-color css

<style>
 span { border-color: #09256D; }

 span { border-color: rgb(9,37,109); }

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