Html Css Color HEX #09256A Sapphire

📋 copy color: '#09256A'

red 9 ◦ green 37 ◦ blue 106

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

Shades of Sapphire #09256A

Tints of Sapphire #09256A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 69.74%

R = 5.92%
G = 24.34%
B = 69.74%

CMYK

 C value IS 0.92

 M value IS 0.65

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#09256A (or 0x09256A) is known color: Sapphire. HEX triplet: 09, 25 and 6A. RGB value is (9,37,106). Sum of RGB (Red+Green+Blue) = 9+37+106=152 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.92% from 152); Green value is 37 (14.84% from 255 or 24.34% from 152); Blue value is 106 (41.80% from 255 or 69.74% from 152); Max value from RGB is 106 - color contains mainly: blue. Hex color #09256A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09256A is #F6DA95. Grayscale: #242424. Windows color (decimal): -16177814 or 6956297. OLE color: 6956297.

HSL color Cylindrical-coordinate representation of color #09256A: hue angle of 222.68º 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 #09256A is Cyan = 0.92, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 37 106 -
CMYK 0.92 0.65 0 0.58
HSL 222.68º 0.84% 0.23% -
HSV(B) 222.68º 0.92% 0.42% -
XYZ 3.38 2.42 13.93 -
YUV 36.49 167.22 108.39 -
System Red Green Blue C M Y K H S L
Decimal 9 37 106 0.92 0.65 0 0.58 222.68 0.84 0.23
Hex 9 25 6A 5C 41 0 3A DF 54 17
Octal 11 45 152 134 101 0 72 337 124 27
Binary 1001 100101 1101010 1011100 1000001 0 111010 11011111 1010100 10111

Color Harmonies of #09256A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09256A

Black with #09256A

Text Example


Text Example

White with #09256A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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