Html Css Color HEX #09247B Sapphire

📋 copy color: '#09247B'

red 9 ◦ green 36 ◦ blue 123

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

Shades of Sapphire #09247B

Tints of Sapphire #09247B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 73.21%

R = 5.36%
G = 21.43%
B = 73.21%

CMYK

 C value IS 0.93

 M value IS 0.71

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#09247B (or 0x09247B) is known color: Sapphire. HEX triplet: 09, 24 and 7B. RGB value is (9,36,123). Sum of RGB (Red+Green+Blue) = 9+36+123=168 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.36% from 168); Green value is 36 (14.45% from 255 or 21.43% from 168); Blue value is 123 (48.44% from 255 or 73.21% from 168); Max value from RGB is 123 - color contains mainly: blue. Hex color #09247B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09247B is #F6DB84. Grayscale: #252525. Windows color (decimal): -16178053 or 8070153. OLE color: 8070153.

HSL color Cylindrical-coordinate representation of color #09247B: hue angle of 225.79º 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 #09247B is Cyan = 0.93, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 9 36 123 -
CMYK 0.93 0.71 0 0.52
HSL 225.79º 0.86% 0.26% -
HSV(B) 225.79º 0.93% 0.48% -
XYZ 4.32 2.75 19.04 -
YUV 37.85 176.05 107.43 -
System Red Green Blue C M Y K H S L
Decimal 9 36 123 0.93 0.71 0 0.52 225.79 0.86 0.26
Hex 9 24 7B 5D 47 0 34 E2 56 1A
Octal 11 44 173 135 107 0 64 342 126 32
Binary 1001 100100 1111011 1011101 1000111 0 110100 11100010 1010110 11010

Color Harmonies of #09247B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09247B

Black with #09247B

Text Example


Text Example

White with #09247B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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