Html Css Color HEX #092A56 Sapphire

📋 copy color: '#092A56'

red 9 ◦ green 42 ◦ blue 86

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

Shades of Sapphire #092A56

Tints of Sapphire #092A56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 62.77%

R = 6.57%
G = 30.66%
B = 62.77%

CMYK

 C value IS 0.90

 M value IS 0.51

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#092A56 (or 0x092A56) is known color: Sapphire. HEX triplet: 09, 2A and 56. RGB value is (9,42,86). Sum of RGB (Red+Green+Blue) = 9+42+86=137 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.57% from 137); Green value is 42 (16.80% from 255 or 30.66% from 137); Blue value is 86 (33.98% from 255 or 62.77% from 137); Max value from RGB is 86 - color contains mainly: blue. Hex color #092A56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092A56 is #F6D5A9. Grayscale: #242424. Windows color (decimal): -16176554 or 5646857. OLE color: 5646857.

HSL color Cylindrical-coordinate representation of color #092A56: hue angle of 214.29º degrees, saturation: 0.81, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #092A56 is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 9 42 86 -
CMYK 0.90 0.51 0 0.66
HSL 214.29º 0.81% 0.19% -
HSV(B) 214.29º 0.9% 0.34% -
XYZ 2.62 2.39 9.13 -
YUV 37.15 155.57 107.92 -
System Red Green Blue C M Y K H S L
Decimal 9 42 86 0.90 0.51 0 0.66 214.29 0.81 0.19
Hex 9 2A 56 5A 33 0 42 D6 51 13
Octal 11 52 126 132 63 0 102 326 121 23
Binary 1001 101010 1010110 1011010 110011 0 1000010 11010110 1010001 10011

Color Harmonies of #092A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092A56

Black with #092A56

Text Example


Text Example

White with #092A56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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