Html Css Color HEX #092058 Sapphire

📋 copy color: '#092058'

red 9 ◦ green 32 ◦ blue 88

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

Shades of Sapphire #092058

Tints of Sapphire #092058

RGB

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

 GREEN value IS 32 (12.89% from 255) = 24.81%

 BLUE value IS 88 (34.77% from 255) = 68.22%

R = 6.98%
G = 24.81%
B = 68.22%

CMYK

 C value IS 0.90

 M value IS 0.64

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#092058 (or 0x092058) is known color: Sapphire. HEX triplet: 09, 20 and 58. RGB value is (9,32,88). Sum of RGB (Red+Green+Blue) = 9+32+88=129 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.98% from 129); Green value is 32 (12.89% from 255 or 24.81% from 129); Blue value is 88 (34.77% from 255 or 68.22% from 129); Max value from RGB is 88 - color contains mainly: blue. Hex color #092058 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092058 is #F6DFA7. Grayscale: #1F1F1F. Windows color (decimal): -16179112 or 5775369. OLE color: 5775369.

HSL color Cylindrical-coordinate representation of color #092058: hue angle of 222.53º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #092058 is Cyan = 0.90, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 32 88 -
CMYK 0.90 0.64 0 0.65
HSL 222.53º 0.81% 0.19% -
HSV(B) 222.53º 0.9% 0.35% -
XYZ 2.39 1.8 9.45 -
YUV 31.51 159.88 111.95 -
System Red Green Blue C M Y K H S L
Decimal 9 32 88 0.90 0.64 0 0.65 222.53 0.81 0.19
Hex 9 20 58 5A 40 0 41 DF 51 13
Octal 11 40 130 132 100 0 101 337 121 23
Binary 1001 100000 1011000 1011010 1000000 0 1000001 11011111 1010001 10011

Color Harmonies of #092058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092058

Black with #092058

Text Example


Text Example

White with #092058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092058; }

 p { color: rgb(9,32,88); }

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

background-color css

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

 a { background-color: rgb(9,32,88); }

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

border-color css

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

 span { border-color: rgb(9,32,88); }

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