Html Css Color HEX #09125D Sapphire

📋 copy color: '#09125D'

red 9 ◦ green 18 ◦ blue 93

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

Shades of Sapphire #09125D

Tints of Sapphire #09125D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 77.5%

R = 7.5%
G = 15%
B = 77.5%

CMYK

 C value IS 0.90

 M value IS 0.81

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#09125D (or 0x09125D) is known color: Sapphire. HEX triplet: 09, 12 and 5D. RGB value is (9,18,93). Sum of RGB (Red+Green+Blue) = 9+18+93=120 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.5% from 120); Green value is 18 (7.42% from 255 or 15% from 120); Blue value is 93 (36.72% from 255 or 77.5% from 120); Max value from RGB is 93 - color contains mainly: blue. Hex color #09125D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09125D is #F6EDA2. Grayscale: #171717. Windows color (decimal): -16182691 or 6099465. OLE color: 6099465.

HSL color Cylindrical-coordinate representation of color #09125D: hue angle of 233.57º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09125D is Cyan = 0.90, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 9 18 93 -
CMYK 0.90 0.81 0 0.64
HSL 233.57º 0.82% 0.2% -
HSV(B) 233.57º 0.9% 0.36% -
XYZ 2.3 1.28 10.48 -
YUV 23.86 167.02 117.4 -
System Red Green Blue C M Y K H S L
Decimal 9 18 93 0.90 0.81 0 0.64 233.57 0.82 0.2
Hex 9 12 5D 5A 51 0 40 EA 52 14
Octal 11 22 135 132 121 0 100 352 122 24
Binary 1001 10010 1011101 1011010 1010001 0 1000000 11101010 1010010 10100

Color Harmonies of #09125D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09125D

Black with #09125D

Text Example


Text Example

White with #09125D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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