Html Css Color HEX #092D6A Sapphire

📋 copy color: '#092D6A'

red 9 ◦ green 45 ◦ blue 106

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

Shades of Sapphire #092D6A

Tints of Sapphire #092D6A

RGB

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

 GREEN value IS 45 (17.97% from 255) = 28.13%

 BLUE value IS 106 (41.8% from 255) = 66.25%

R = 5.63%
G = 28.13%
B = 66.25%

CMYK

 C value IS 0.92

 M value IS 0.58

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#092D6A (or 0x092D6A) is known color: Sapphire. HEX triplet: 09, 2D and 6A. RGB value is (9,45,106). Sum of RGB (Red+Green+Blue) = 9+45+106=160 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.62% from 160); Green value is 45 (17.97% from 255 or 28.12% from 160); Blue value is 106 (41.80% from 255 or 66.25% from 160); Max value from RGB is 106 - color contains mainly: blue. Hex color #092D6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092D6A is #F6D295. Grayscale: #282828. Windows color (decimal): -16175766 or 6958345. OLE color: 6958345.

HSL color Cylindrical-coordinate representation of color #092D6A: hue angle of 217.73º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #092D6A is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 45 106 -
CMYK 0.92 0.58 0 0.58
HSL 217.73º 0.84% 0.23% -
HSV(B) 217.73º 0.92% 0.42% -
XYZ 3.65 2.98 14.02 -
YUV 41.19 164.57 105.04 -
System Red Green Blue C M Y K H S L
Decimal 9 45 106 0.92 0.58 0 0.58 217.73 0.84 0.23
Hex 9 2D 6A 5C 3A 0 3A DA 54 17
Octal 11 55 152 134 72 0 72 332 124 27
Binary 1001 101101 1101010 1011100 111010 0 111010 11011010 1010100 10111

Color Harmonies of #092D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092D6A

Black with #092D6A

Text Example


Text Example

White with #092D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,45,106); }

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

background-color css

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

 a { background-color: rgb(9,45,106); }

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

border-color css

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

 span { border-color: rgb(9,45,106); }

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