Html Css Color HEX #09247E Sapphire

📋 copy color: '#09247E'

red 9 ◦ green 36 ◦ blue 126

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

Shades of Sapphire #09247E

Tints of Sapphire #09247E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 73.68%

R = 5.26%
G = 21.05%
B = 73.68%

CMYK

 C value IS 0.93

 M value IS 0.71

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#09247E (or 0x09247E) is known color: Sapphire. HEX triplet: 09, 24 and 7E. RGB value is (9,36,126). Sum of RGB (Red+Green+Blue) = 9+36+126=171 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.26% from 171); Green value is 36 (14.45% from 255 or 21.05% from 171); Blue value is 126 (49.61% from 255 or 73.68% from 171); Max value from RGB is 126 - color contains mainly: blue. Hex color #09247E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09247E is #F6DB81. Grayscale: #252525. Windows color (decimal): -16178050 or 8266761. OLE color: 8266761.

HSL color Cylindrical-coordinate representation of color #09247E: hue angle of 226.15º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09247E is Cyan = 0.93, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 9 36 126 -
CMYK 0.93 0.71 0 0.51
HSL 226.15º 0.87% 0.26% -
HSV(B) 226.15º 0.93% 0.49% -
XYZ 4.51 2.83 20.05 -
YUV 38.19 177.55 107.18 -
System Red Green Blue C M Y K H S L
Decimal 9 36 126 0.93 0.71 0 0.51 226.15 0.87 0.26
Hex 9 24 7E 5D 47 0 33 E2 57 1A
Octal 11 44 176 135 107 0 63 342 127 32
Binary 1001 100100 1111110 1011101 1000111 0 110011 11100010 1010111 11010

Color Harmonies of #09247E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09247E

Black with #09247E

Text Example


Text Example

White with #09247E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09247E; }

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

 H1.HeaderClassName
 {
   color: #09247E;
 }
 .AnyTagClassName
 {
   color: #09247E;
 }
</style>

background-color css

<style>
 a { background-color: #09247E; }

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

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

border-color css

<style>
 span { border-color: #09247E; }

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

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