Html Css Color HEX #09255C Sapphire

📋 copy color: '#09255C'

red 9 ◦ green 37 ◦ blue 92

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

Shades of Sapphire #09255C

Tints of Sapphire #09255C

RGB

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

 GREEN value IS 37 (14.84% from 255) = 26.81%

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

R = 6.52%
G = 26.81%
B = 66.67%

CMYK

 C value IS 0.90

 M value IS 0.60

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#09255C (or 0x09255C) is known color: Sapphire. HEX triplet: 09, 25 and 5C. RGB value is (9,37,92). Sum of RGB (Red+Green+Blue) = 9+37+92=138 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.52% from 138); Green value is 37 (14.84% from 255 or 26.81% from 138); Blue value is 92 (36.33% from 255 or 66.67% from 138); Max value from RGB is 92 - color contains mainly: blue. Hex color #09255C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09255C is #F6DAA3. Grayscale: #222222. Windows color (decimal): -16177828 or 6038793. OLE color: 6038793.

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

Color convert

RGB 9 37 92 -
CMYK 0.90 0.60 0 0.64
HSL 219.76º 0.82% 0.2% -
HSV(B) 219.76º 0.9% 0.36% -
XYZ 2.71 2.15 10.4 -
YUV 34.9 160.22 109.53 -
System Red Green Blue C M Y K H S L
Decimal 9 37 92 0.90 0.60 0 0.64 219.76 0.82 0.2
Hex 9 25 5C 5A 3C 0 40 DC 52 14
Octal 11 45 134 132 74 0 100 334 122 24
Binary 1001 100101 1011100 1011010 111100 0 1000000 11011100 1010010 10100

Color Harmonies of #09255C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09255C

Black with #09255C

Text Example


Text Example

White with #09255C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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