Html Css Color HEX #09244C Sapphire

📋 copy color: '#09244C'

red 9 ◦ green 36 ◦ blue 76

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

Shades of Sapphire #09244C

Tints of Sapphire #09244C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 29.75%

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

R = 7.44%
G = 29.75%
B = 62.81%

CMYK

 C value IS 0.88

 M value IS 0.53

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#09244C (or 0x09244C) is known color: Sapphire. HEX triplet: 09, 24 and 4C. RGB value is (9,36,76). Sum of RGB (Red+Green+Blue) = 9+36+76=121 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.44% from 121); Green value is 36 (14.45% from 255 or 29.75% from 121); Blue value is 76 (30.08% from 255 or 62.81% from 121); Max value from RGB is 76 - color contains mainly: blue. Hex color #09244C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09244C is #F6DBB3. Grayscale: #202020. Windows color (decimal): -16178100 or 4989961. OLE color: 4989961.

HSL color Cylindrical-coordinate representation of color #09244C: hue angle of 215.82º 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 #09244C is Cyan = 0.88, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 9 36 76 -
CMYK 0.88 0.53 0 0.70
HSL 215.82º 0.79% 0.17% -
HSV(B) 215.82º 0.88% 0.3% -
XYZ 2.05 1.84 7.09 -
YUV 32.49 152.55 111.25 -
System Red Green Blue C M Y K H S L
Decimal 9 36 76 0.88 0.53 0 0.70 215.82 0.79 0.17
Hex 9 24 4C 58 35 0 46 D8 4F 11
Octal 11 44 114 130 65 0 106 330 117 21
Binary 1001 100100 1001100 1011000 110101 0 1000110 11011000 1001111 10001

Color Harmonies of #09244C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09244C

Black with #09244C

Text Example


Text Example

White with #09244C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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