Html Css Color HEX #09247A Sapphire

📋 copy color: '#09247A'

red 9 ◦ green 36 ◦ blue 122

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

Shades of Sapphire #09247A

Tints of Sapphire #09247A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 73.05%

R = 5.39%
G = 21.56%
B = 73.05%

CMYK

 C value IS 0.93

 M value IS 0.70

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#09247A (or 0x09247A) is known color: Sapphire. HEX triplet: 09, 24 and 7A. RGB value is (9,36,122). Sum of RGB (Red+Green+Blue) = 9+36+122=167 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.39% from 167); Green value is 36 (14.45% from 255 or 21.56% from 167); Blue value is 122 (48.05% from 255 or 73.05% from 167); Max value from RGB is 122 - color contains mainly: blue. Hex color #09247A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09247A is #F6DB85. Grayscale: #252525. Windows color (decimal): -16178054 or 8004617. OLE color: 8004617.

HSL color Cylindrical-coordinate representation of color #09247A: hue angle of 225.66º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09247A is Cyan = 0.93, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 9 36 122 -
CMYK 0.93 0.70 0 0.52
HSL 225.66º 0.86% 0.26% -
HSV(B) 225.66º 0.93% 0.48% -
XYZ 4.26 2.72 18.71 -
YUV 37.73 175.55 107.51 -
System Red Green Blue C M Y K H S L
Decimal 9 36 122 0.93 0.70 0 0.52 225.66 0.86 0.26
Hex 9 24 7A 5D 46 0 34 E2 56 1A
Octal 11 44 172 135 106 0 64 342 126 32
Binary 1001 100100 1111010 1011101 1000110 0 110100 11100010 1010110 11010

Color Harmonies of #09247A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09247A

Black with #09247A

Text Example


Text Example

White with #09247A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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