Html Css Color HEX #09255A Sapphire

📋 copy color: '#09255A'

red 9 ◦ green 37 ◦ blue 90

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

Shades of Sapphire #09255A

Tints of Sapphire #09255A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 66.18%

R = 6.62%
G = 27.21%
B = 66.18%

CMYK

 C value IS 0.9

 M value IS 0.59

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#09255A (or 0x09255A) is known color: Sapphire. HEX triplet: 09, 25 and 5A. RGB value is (9,37,90). Sum of RGB (Red+Green+Blue) = 9+37+90=136 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.62% from 136); Green value is 37 (14.84% from 255 or 27.21% from 136); Blue value is 90 (35.55% from 255 or 66.18% from 136); Max value from RGB is 90 - color contains mainly: blue. Hex color #09255A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09255A is #F6DAA5. Grayscale: #222222. Windows color (decimal): -16177830 or 5907721. OLE color: 5907721.

HSL color Cylindrical-coordinate representation of color #09255A: hue angle of 219.26º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09255A is Cyan = 0.9, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 37 90 -
CMYK 0.9 0.59 0 0.65
HSL 219.26º 0.82% 0.19% -
HSV(B) 219.26º 0.9% 0.35% -
XYZ 2.62 2.12 9.94 -
YUV 34.67 159.22 109.69 -
System Red Green Blue C M Y K H S L
Decimal 9 37 90 0.9 0.59 0 0.65 219.26 0.82 0.19
Hex 9 25 5A 5A 3B 0 41 DB 52 13
Octal 11 45 132 132 73 0 101 333 122 23
Binary 1001 100101 1011010 1011010 111011 0 1000001 11011011 1010010 10011

Color Harmonies of #09255A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09255A

Black with #09255A

Text Example


Text Example

White with #09255A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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