Html Css Color HEX #09285C Sapphire

📋 copy color: '#09285C'

red 9 ◦ green 40 ◦ blue 92

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

Shades of Sapphire #09285C

Tints of Sapphire #09285C

RGB

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

 GREEN value IS 40 (16.02% from 255) = 28.37%

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

R = 6.38%
G = 28.37%
B = 65.25%

CMYK

 C value IS 0.90

 M value IS 0.57

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#09285C (or 0x09285C) is known color: Sapphire. HEX triplet: 09, 28 and 5C. RGB value is (9,40,92). Sum of RGB (Red+Green+Blue) = 9+40+92=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 40 (16.02% from 255 or 28.37% from 141); Blue value is 92 (36.33% from 255 or 65.25% from 141); Max value from RGB is 92 - color contains mainly: blue. Hex color #09285C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09285C is #F6D7A3. Grayscale: #242424. Windows color (decimal): -16177060 or 6039561. OLE color: 6039561.

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

Color convert

RGB 9 40 92 -
CMYK 0.90 0.57 0 0.64
HSL 217.59º 0.82% 0.2% -
HSV(B) 217.59º 0.9% 0.36% -
XYZ 2.8 2.35 10.43 -
YUV 36.66 159.23 108.27 -
System Red Green Blue C M Y K H S L
Decimal 9 40 92 0.90 0.57 0 0.64 217.59 0.82 0.2
Hex 9 28 5C 5A 39 0 40 DA 52 14
Octal 11 50 134 132 71 0 100 332 122 24
Binary 1001 101000 1011100 1011010 111001 0 1000000 11011010 1010010 10100

Color Harmonies of #09285C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09285C

Black with #09285C

Text Example


Text Example

White with #09285C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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