Html Css Color HEX #09125A Sapphire

📋 copy color: '#09125A'

red 9 ◦ green 18 ◦ blue 90

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

Shades of Sapphire #09125A

Tints of Sapphire #09125A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 15.38%

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

R = 7.69%
G = 15.38%
B = 76.92%

CMYK

 C value IS 0.9

 M value IS 0.80

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#09125A (or 0x09125A) is known color: Sapphire. HEX triplet: 09, 12 and 5A. RGB value is (9,18,90). Sum of RGB (Red+Green+Blue) = 9+18+90=117 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.69% from 117); Green value is 18 (7.42% from 255 or 15.38% from 117); Blue value is 90 (35.55% from 255 or 76.92% from 117); Max value from RGB is 90 - color contains mainly: blue. Hex color #09125A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09125A is #F6EDA5. Grayscale: #171717. Windows color (decimal): -16182694 or 5902857. OLE color: 5902857.

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

Color convert

RGB 9 18 90 -
CMYK 0.9 0.80 0 0.65
HSL 233.33º 0.82% 0.19% -
HSV(B) 233.33º 0.9% 0.35% -
XYZ 2.17 1.23 9.8 -
YUV 23.52 165.52 117.65 -
System Red Green Blue C M Y K H S L
Decimal 9 18 90 0.9 0.80 0 0.65 233.33 0.82 0.19
Hex 9 12 5A 5A 50 0 41 E9 52 13
Octal 11 22 132 132 120 0 101 351 122 23
Binary 1001 10010 1011010 1011010 1010000 0 1000001 11101001 1010010 10011

Color Harmonies of #09125A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09125A

Black with #09125A

Text Example


Text Example

White with #09125A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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