Html Css Color HEX #092D75 Sapphire

📋 copy color: '#092D75'

red 9 ◦ green 45 ◦ blue 117

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

Shades of Sapphire #092D75

Tints of Sapphire #092D75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 68.42%

R = 5.26%
G = 26.32%
B = 68.42%

CMYK

 C value IS 0.92

 M value IS 0.62

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#092D75 (or 0x092D75) is known color: Sapphire. HEX triplet: 09, 2D and 75. RGB value is (9,45,117). Sum of RGB (Red+Green+Blue) = 9+45+117=171 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.26% from 171); Green value is 45 (17.97% from 255 or 26.32% from 171); Blue value is 117 (46.09% from 255 or 68.42% from 171); Max value from RGB is 117 - color contains mainly: blue. Hex color #092D75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092D75 is #F6D28A. Grayscale: #2A2A2A. Windows color (decimal): -16175755 or 7679241. OLE color: 7679241.

HSL color Cylindrical-coordinate representation of color #092D75: hue angle of 220º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #092D75 is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 9 45 117 -
CMYK 0.92 0.62 0 0.54
HSL 220º 0.86% 0.25% -
HSV(B) 220º 0.92% 0.46% -
XYZ 4.26 3.22 17.23 -
YUV 42.44 170.07 104.15 -
System Red Green Blue C M Y K H S L
Decimal 9 45 117 0.92 0.62 0 0.54 220 0.86 0.25
Hex 9 2D 75 5C 3E 0 36 DC 56 19
Octal 11 55 165 134 76 0 66 334 126 31
Binary 1001 101101 1110101 1011100 111110 0 110110 11011100 1010110 11001

Color Harmonies of #092D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092D75

Black with #092D75

Text Example


Text Example

White with #092D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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