Html Css Color HEX #092A58 Sapphire

📋 copy color: '#092A58'

red 9 ◦ green 42 ◦ blue 88

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

Shades of Sapphire #092A58

Tints of Sapphire #092A58

RGB

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

 GREEN value IS 42 (16.8% from 255) = 30.22%

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

R = 6.47%
G = 30.22%
B = 63.31%

CMYK

 C value IS 0.90

 M value IS 0.52

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#092A58 (or 0x092A58) is known color: Sapphire. HEX triplet: 09, 2A and 58. RGB value is (9,42,88). Sum of RGB (Red+Green+Blue) = 9+42+88=139 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.47% from 139); Green value is 42 (16.80% from 255 or 30.22% from 139); Blue value is 88 (34.77% from 255 or 63.31% from 139); Max value from RGB is 88 - color contains mainly: blue. Hex color #092A58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092A58 is #F6D5A7. Grayscale: #252525. Windows color (decimal): -16176552 or 5777929. OLE color: 5777929.

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

Color convert

RGB 9 42 88 -
CMYK 0.90 0.52 0 0.65
HSL 214.94º 0.81% 0.19% -
HSV(B) 214.94º 0.9% 0.35% -
XYZ 2.7 2.42 9.56 -
YUV 37.38 156.57 107.76 -
System Red Green Blue C M Y K H S L
Decimal 9 42 88 0.90 0.52 0 0.65 214.94 0.81 0.19
Hex 9 2A 58 5A 34 0 41 D7 51 13
Octal 11 52 130 132 64 0 101 327 121 23
Binary 1001 101010 1011000 1011010 110100 0 1000001 11010111 1010001 10011

Color Harmonies of #092A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092A58

Black with #092A58

Text Example


Text Example

White with #092A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092A58; }

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

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

background-color css

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

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

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

border-color css

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

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

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