Html Css Color HEX #09275C Sapphire

📋 copy color: '#09275C'

red 9 ◦ green 39 ◦ blue 92

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

Shades of Sapphire #09275C

Tints of Sapphire #09275C

RGB

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

 GREEN value IS 39 (15.63% from 255) = 27.86%

 BLUE value IS 92 (36.33% from 255) = 65.71%

R = 6.43%
G = 27.86%
B = 65.71%

CMYK

 C value IS 0.90

 M value IS 0.58

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#09275C (or 0x09275C) is known color: Sapphire. HEX triplet: 09, 27 and 5C. RGB value is (9,39,92). Sum of RGB (Red+Green+Blue) = 9+39+92=140 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.43% from 140); Green value is 39 (15.62% from 255 or 27.86% from 140); Blue value is 92 (36.33% from 255 or 65.71% from 140); Max value from RGB is 92 - color contains mainly: blue. Hex color #09275C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09275C is #F6D8A3. Grayscale: #232323. Windows color (decimal): -16177316 or 6039305. OLE color: 6039305.

HSL color Cylindrical-coordinate representation of color #09275C: hue angle of 218.31º 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 #09275C is Cyan = 0.90, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 9 39 92 -
CMYK 0.90 0.58 0 0.64
HSL 218.31º 0.82% 0.2% -
HSV(B) 218.31º 0.9% 0.36% -
XYZ 2.77 2.28 10.42 -
YUV 36.07 159.56 108.69 -
System Red Green Blue C M Y K H S L
Decimal 9 39 92 0.90 0.58 0 0.64 218.31 0.82 0.2
Hex 9 27 5C 5A 3A 0 40 DA 52 14
Octal 11 47 134 132 72 0 100 332 122 24
Binary 1001 100111 1011100 1011010 111010 0 1000000 11011010 1010010 10100

Color Harmonies of #09275C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09275C

Black with #09275C

Text Example


Text Example

White with #09275C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09275C; }

 p { color: rgb(9,39,92); }

 H1.HeaderClassName
 {
   color: #09275C;
 }
 .AnyTagClassName
 {
   color: #09275C;
 }
</style>

background-color css

<style>
 a { background-color: #09275C; }

 a { background-color: rgb(9,39,92); }

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

border-color css

<style>
 span { border-color: #09275C; }

 span { border-color: rgb(9,39,92); }

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