Html Css Color HEX #092D6D Sapphire

📋 copy color: '#092D6D'

red 9 ◦ green 45 ◦ blue 109

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

Shades of Sapphire #092D6D

Tints of Sapphire #092D6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 66.87%

R = 5.52%
G = 27.61%
B = 66.87%

CMYK

 C value IS 0.92

 M value IS 0.59

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#092D6D (or 0x092D6D) is known color: Sapphire. HEX triplet: 09, 2D and 6D. RGB value is (9,45,109). Sum of RGB (Red+Green+Blue) = 9+45+109=163 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.52% from 163); Green value is 45 (17.97% from 255 or 27.61% from 163); Blue value is 109 (42.97% from 255 or 66.87% from 163); Max value from RGB is 109 - color contains mainly: blue. Hex color #092D6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092D6D is #F6D292. Grayscale: #292929. Windows color (decimal): -16175763 or 7154953. OLE color: 7154953.

HSL color Cylindrical-coordinate representation of color #092D6D: hue angle of 218.4º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #092D6D is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 9 45 109 -
CMYK 0.92 0.59 0 0.57
HSL 218.4º 0.85% 0.23% -
HSV(B) 218.4º 0.92% 0.43% -
XYZ 3.81 3.04 14.85 -
YUV 41.53 166.07 104.8 -
System Red Green Blue C M Y K H S L
Decimal 9 45 109 0.92 0.59 0 0.57 218.4 0.85 0.23
Hex 9 2D 6D 5C 3B 0 39 DA 55 17
Octal 11 55 155 134 73 0 71 332 125 27
Binary 1001 101101 1101101 1011100 111011 0 111001 11011010 1010101 10111

Color Harmonies of #092D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092D6D

Black with #092D6D

Text Example


Text Example

White with #092D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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