Html Css Color HEX #092A59 Sapphire

📋 copy color: '#092A59'

red 9 ◦ green 42 ◦ blue 89

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

Shades of Sapphire #092A59

Tints of Sapphire #092A59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 63.57%

R = 6.43%
G = 30%
B = 63.57%

CMYK

 C value IS 0.90

 M value IS 0.53

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#092A59 (or 0x092A59) is known color: Sapphire. HEX triplet: 09, 2A and 59. RGB value is (9,42,89). Sum of RGB (Red+Green+Blue) = 9+42+89=140 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.43% from 140); Green value is 42 (16.80% from 255 or 30% from 140); Blue value is 89 (35.16% from 255 or 63.57% from 140); Max value from RGB is 89 - color contains mainly: blue. Hex color #092A59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092A59 is #F6D5A6. Grayscale: #252525. Windows color (decimal): -16176551 or 5843465. OLE color: 5843465.

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

Color convert

RGB 9 42 89 -
CMYK 0.90 0.53 0 0.65
HSL 215.25º 0.82% 0.19% -
HSV(B) 215.25º 0.9% 0.35% -
XYZ 2.74 2.44 9.78 -
YUV 37.49 157.07 107.68 -
System Red Green Blue C M Y K H S L
Decimal 9 42 89 0.90 0.53 0 0.65 215.25 0.82 0.19
Hex 9 2A 59 5A 35 0 41 D7 52 13
Octal 11 52 131 132 65 0 101 327 122 23
Binary 1001 101010 1011001 1011010 110101 0 1000001 11010111 1010010 10011

Color Harmonies of #092A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092A59

Black with #092A59

Text Example


Text Example

White with #092A59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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