Html Css Color HEX #092D69 Sapphire

📋 copy color: '#092D69'

red 9 ◦ green 45 ◦ blue 105

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

Shades of Sapphire #092D69

Tints of Sapphire #092D69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 66.04%

R = 5.66%
G = 28.3%
B = 66.04%

CMYK

 C value IS 0.91

 M value IS 0.57

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#092D69 (or 0x092D69) is known color: Sapphire. HEX triplet: 09, 2D and 69. RGB value is (9,45,105). Sum of RGB (Red+Green+Blue) = 9+45+105=159 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.66% from 159); Green value is 45 (17.97% from 255 or 28.30% from 159); Blue value is 105 (41.41% from 255 or 66.04% from 159); Max value from RGB is 105 - color contains mainly: blue. Hex color #092D69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092D69 is #F6D296. Grayscale: #282828. Windows color (decimal): -16175767 or 6892809. OLE color: 6892809.

HSL color Cylindrical-coordinate representation of color #092D69: hue angle of 217.5º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #092D69 is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 9 45 105 -
CMYK 0.91 0.57 0 0.59
HSL 217.5º 0.84% 0.22% -
HSV(B) 217.5º 0.91% 0.41% -
XYZ 3.6 2.95 13.75 -
YUV 41.08 164.07 105.12 -
System Red Green Blue C M Y K H S L
Decimal 9 45 105 0.91 0.57 0 0.59 217.5 0.84 0.22
Hex 9 2D 69 5B 39 0 3B DA 54 16
Octal 11 55 151 133 71 0 73 332 124 26
Binary 1001 101101 1101001 1011011 111001 0 111011 11011010 1010100 10110

Color Harmonies of #092D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092D69

Black with #092D69

Text Example


Text Example

White with #092D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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