Html Css Color HEX #09245A Sapphire

📋 copy color: '#09245A'

red 9 ◦ green 36 ◦ blue 90

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

Shades of Sapphire #09245A

Tints of Sapphire #09245A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 26.67%

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

R = 6.67%
G = 26.67%
B = 66.67%

CMYK

 C value IS 0.9

 M value IS 0.60

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#09245A (or 0x09245A) is known color: Sapphire. HEX triplet: 09, 24 and 5A. RGB value is (9,36,90). Sum of RGB (Red+Green+Blue) = 9+36+90=135 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.67% from 135); Green value is 36 (14.45% from 255 or 26.67% from 135); Blue value is 90 (35.55% from 255 or 66.67% from 135); Max value from RGB is 90 - color contains mainly: blue. Hex color #09245A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09245A is #F6DBA5. Grayscale: #212121. Windows color (decimal): -16178086 or 5907465. OLE color: 5907465.

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

Color convert

RGB 9 36 90 -
CMYK 0.9 0.60 0 0.65
HSL 220º 0.82% 0.19% -
HSV(B) 220º 0.9% 0.35% -
XYZ 2.59 2.06 9.93 -
YUV 34.08 159.55 110.11 -
System Red Green Blue C M Y K H S L
Decimal 9 36 90 0.9 0.60 0 0.65 220 0.82 0.19
Hex 9 24 5A 5A 3C 0 41 DC 52 13
Octal 11 44 132 132 74 0 101 334 122 23
Binary 1001 100100 1011010 1011010 111100 0 1000001 11011100 1010010 10011

Color Harmonies of #09245A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09245A

Black with #09245A

Text Example


Text Example

White with #09245A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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