Html Css Color HEX #092A5A Sapphire

📋 copy color: '#092A5A'

red 9 ◦ green 42 ◦ blue 90

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

Shades of Sapphire #092A5A

Tints of Sapphire #092A5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 63.83%

R = 6.38%
G = 29.79%
B = 63.83%

CMYK

 C value IS 0.9

 M value IS 0.53

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#092A5A (or 0x092A5A) is known color: Sapphire. HEX triplet: 09, 2A and 5A. RGB value is (9,42,90). Sum of RGB (Red+Green+Blue) = 9+42+90=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 42 (16.80% from 255 or 29.79% from 141); Blue value is 90 (35.55% from 255 or 63.83% from 141); Max value from RGB is 90 - color contains mainly: blue. Hex color #092A5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092A5A is #F6D5A5. Grayscale: #252525. Windows color (decimal): -16176550 or 5909001. OLE color: 5909001.

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

Color convert

RGB 9 42 90 -
CMYK 0.9 0.53 0 0.65
HSL 215.56º 0.82% 0.19% -
HSV(B) 215.56º 0.9% 0.35% -
XYZ 2.79 2.45 10 -
YUV 37.61 157.57 107.6 -
System Red Green Blue C M Y K H S L
Decimal 9 42 90 0.9 0.53 0 0.65 215.56 0.82 0.19
Hex 9 2A 5A 5A 35 0 41 D8 52 13
Octal 11 52 132 132 65 0 101 330 122 23
Binary 1001 101010 1011010 1011010 110101 0 1000001 11011000 1010010 10011

Color Harmonies of #092A5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092A5A

Black with #092A5A

Text Example


Text Example

White with #092A5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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