Html Css Color HEX #09264C Sapphire

📋 copy color: '#09264C'

red 9 ◦ green 38 ◦ blue 76

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

Shades of Sapphire #09264C

Tints of Sapphire #09264C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 30.89%

 BLUE value IS 76 (30.08% from 255) = 61.79%

R = 7.32%
G = 30.89%
B = 61.79%

CMYK

 C value IS 0.88

 M value IS 0.5

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#09264C (or 0x09264C) is known color: Sapphire. HEX triplet: 09, 26 and 4C. RGB value is (9,38,76). Sum of RGB (Red+Green+Blue) = 9+38+76=123 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.32% from 123); Green value is 38 (15.23% from 255 or 30.89% from 123); Blue value is 76 (30.08% from 255 or 61.79% from 123); Max value from RGB is 76 - color contains mainly: blue. Hex color #09264C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09264C is #F6D9B3. Grayscale: #212121. Windows color (decimal): -16177588 or 4990473. OLE color: 4990473.

HSL color Cylindrical-coordinate representation of color #09264C: hue angle of 214.03º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09264C is Cyan = 0.88, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 9 38 76 -
CMYK 0.88 0.5 0 0.70
HSL 214.03º 0.79% 0.17% -
HSV(B) 214.03º 0.88% 0.3% -
XYZ 2.11 1.97 7.11 -
YUV 33.66 151.89 110.41 -
System Red Green Blue C M Y K H S L
Decimal 9 38 76 0.88 0.5 0 0.70 214.03 0.79 0.17
Hex 9 26 4C 58 32 0 46 D6 4F 11
Octal 11 46 114 130 62 0 106 326 117 21
Binary 1001 100110 1001100 1011000 110010 0 1000110 11010110 1001111 10001

Color Harmonies of #09264C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09264C

Black with #09264C

Text Example


Text Example

White with #09264C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,38,76); }

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

background-color css

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

 a { background-color: rgb(9,38,76); }

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

border-color css

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

 span { border-color: rgb(9,38,76); }

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