Html Css Color HEX #092458 Sapphire

📋 copy color: '#092458'

red 9 ◦ green 36 ◦ blue 88

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

Shades of Sapphire #092458

Tints of Sapphire #092458

RGB

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

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

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

R = 6.77%
G = 27.07%
B = 66.17%

CMYK

 C value IS 0.90

 M value IS 0.59

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#092458 (or 0x092458) is known color: Sapphire. HEX triplet: 09, 24 and 58. RGB value is (9,36,88). Sum of RGB (Red+Green+Blue) = 9+36+88=133 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.77% from 133); Green value is 36 (14.45% from 255 or 27.07% from 133); Blue value is 88 (34.77% from 255 or 66.17% from 133); Max value from RGB is 88 - color contains mainly: blue. Hex color #092458 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092458 is #F6DBA7. Grayscale: #212121. Windows color (decimal): -16178088 or 5776393. OLE color: 5776393.

HSL color Cylindrical-coordinate representation of color #092458: hue angle of 219.49º 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 #092458 is Cyan = 0.90, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 9 36 88 -
CMYK 0.90 0.59 0 0.65
HSL 219.49º 0.81% 0.19% -
HSV(B) 219.49º 0.9% 0.35% -
XYZ 2.5 2.02 9.49 -
YUV 33.86 158.55 110.27 -
System Red Green Blue C M Y K H S L
Decimal 9 36 88 0.90 0.59 0 0.65 219.49 0.81 0.19
Hex 9 24 58 5A 3B 0 41 DB 51 13
Octal 11 44 130 132 73 0 101 333 121 23
Binary 1001 100100 1011000 1011010 111011 0 1000001 11011011 1010001 10011

Color Harmonies of #092458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092458

Black with #092458

Text Example


Text Example

White with #092458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092458; }

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

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

background-color css

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

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

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

border-color css

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

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

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