Html Css Color HEX #092470 Sapphire

📋 copy color: '#092470'

red 9 ◦ green 36 ◦ blue 112

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

Shades of Sapphire #092470

Tints of Sapphire #092470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 71.34%

R = 5.73%
G = 22.93%
B = 71.34%

CMYK

 C value IS 0.92

 M value IS 0.68

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#092470 (or 0x092470) is known color: Sapphire. HEX triplet: 09, 24 and 70. RGB value is (9,36,112). Sum of RGB (Red+Green+Blue) = 9+36+112=157 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.73% from 157); Green value is 36 (14.45% from 255 or 22.93% from 157); Blue value is 112 (44.14% from 255 or 71.34% from 157); Max value from RGB is 112 - color contains mainly: blue. Hex color #092470 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092470 is #F6DB8F. Grayscale: #242424. Windows color (decimal): -16178064 or 7349257. OLE color: 7349257.

HSL color Cylindrical-coordinate representation of color #092470: hue angle of 224.27º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #092470 is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 9 36 112 -
CMYK 0.92 0.68 0 0.56
HSL 224.27º 0.85% 0.24% -
HSV(B) 224.27º 0.92% 0.44% -
XYZ 3.67 2.49 15.62 -
YUV 36.59 170.55 108.32 -
System Red Green Blue C M Y K H S L
Decimal 9 36 112 0.92 0.68 0 0.56 224.27 0.85 0.24
Hex 9 24 70 5C 44 0 38 E0 55 18
Octal 11 44 160 134 104 0 70 340 125 30
Binary 1001 100100 1110000 1011100 1000100 0 111000 11100000 1010101 11000

Color Harmonies of #092470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092470

Black with #092470

Text Example


Text Example

White with #092470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092470; }

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

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

background-color css

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

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

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

border-color css

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

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

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