Html Css Color HEX #09235A Sapphire

📋 copy color: '#09235A'

red 9 ◦ green 35 ◦ blue 90

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

Shades of Sapphire #09235A

Tints of Sapphire #09235A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 26.12%

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

R = 6.72%
G = 26.12%
B = 67.16%

CMYK

 C value IS 0.9

 M value IS 0.61

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#09235A (or 0x09235A) is known color: Sapphire. HEX triplet: 09, 23 and 5A. RGB value is (9,35,90). Sum of RGB (Red+Green+Blue) = 9+35+90=134 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.72% from 134); Green value is 35 (14.06% from 255 or 26.12% from 134); Blue value is 90 (35.55% from 255 or 67.16% from 134); Max value from RGB is 90 - color contains mainly: blue. Hex color #09235A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09235A is #F6DCA5. Grayscale: #212121. Windows color (decimal): -16178342 or 5907209. OLE color: 5907209.

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

Color convert

RGB 9 35 90 -
CMYK 0.9 0.61 0 0.65
HSL 220.74º 0.82% 0.19% -
HSV(B) 220.74º 0.9% 0.35% -
XYZ 2.56 2 9.92 -
YUV 33.5 159.89 110.53 -
System Red Green Blue C M Y K H S L
Decimal 9 35 90 0.9 0.61 0 0.65 220.74 0.82 0.19
Hex 9 23 5A 5A 3D 0 41 DD 52 13
Octal 11 43 132 132 75 0 101 335 122 23
Binary 1001 100011 1011010 1011010 111101 0 1000001 11011101 1010010 10011

Color Harmonies of #09235A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09235A

Black with #09235A

Text Example


Text Example

White with #09235A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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