Html Css Color HEX #092969 Sapphire

📋 copy color: '#092969'

red 9 ◦ green 41 ◦ blue 105

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

Shades of Sapphire #092969

Tints of Sapphire #092969

RGB

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

 GREEN value IS 41 (16.41% from 255) = 26.45%

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

R = 5.81%
G = 26.45%
B = 67.74%

CMYK

 C value IS 0.91

 M value IS 0.61

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#092969 (or 0x092969) is known color: Sapphire. HEX triplet: 09, 29 and 69. RGB value is (9,41,105). Sum of RGB (Red+Green+Blue) = 9+41+105=155 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.81% from 155); Green value is 41 (16.41% from 255 or 26.45% from 155); Blue value is 105 (41.41% from 255 or 67.74% from 155); Max value from RGB is 105 - color contains mainly: blue. Hex color #092969 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092969 is #F6D696. Grayscale: #262626. Windows color (decimal): -16176791 or 6891785. OLE color: 6891785.

HSL color Cylindrical-coordinate representation of color #092969: hue angle of 220º 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 #092969 is Cyan = 0.91, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 9 41 105 -
CMYK 0.91 0.61 0 0.59
HSL 220º 0.84% 0.22% -
HSV(B) 220º 0.91% 0.41% -
XYZ 3.46 2.66 13.7 -
YUV 38.73 165.4 106.8 -
System Red Green Blue C M Y K H S L
Decimal 9 41 105 0.91 0.61 0 0.59 220 0.84 0.22
Hex 9 29 69 5B 3D 0 3B DC 54 16
Octal 11 51 151 133 75 0 73 334 124 26
Binary 1001 101001 1101001 1011011 111101 0 111011 11011100 1010100 10110

Color Harmonies of #092969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092969

Black with #092969

Text Example


Text Example

White with #092969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092969; }

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

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

background-color css

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

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

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

border-color css

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

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

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