Html Css Color HEX #092669 Sapphire

📋 copy color: '#092669'

red 9 ◦ green 38 ◦ blue 105

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

Shades of Sapphire #092669

Tints of Sapphire #092669

RGB

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

 GREEN value IS 38 (15.23% from 255) = 25%

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

R = 5.92%
G = 25%
B = 69.08%

CMYK

 C value IS 0.91

 M value IS 0.64

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#092669 (or 0x092669) is known color: Sapphire. HEX triplet: 09, 26 and 69. RGB value is (9,38,105). Sum of RGB (Red+Green+Blue) = 9+38+105=152 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.92% from 152); Green value is 38 (15.23% from 255 or 25% from 152); Blue value is 105 (41.41% from 255 or 69.08% from 152); Max value from RGB is 105 - color contains mainly: blue. Hex color #092669 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092669 is #F6D996. Grayscale: #242424. Windows color (decimal): -16177559 or 6891017. OLE color: 6891017.

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

Color convert

RGB 9 38 105 -
CMYK 0.91 0.64 0 0.59
HSL 221.88º 0.84% 0.22% -
HSV(B) 221.88º 0.91% 0.41% -
XYZ 3.36 2.46 13.66 -
YUV 36.97 166.39 108.05 -
System Red Green Blue C M Y K H S L
Decimal 9 38 105 0.91 0.64 0 0.59 221.88 0.84 0.22
Hex 9 26 69 5B 40 0 3B DE 54 16
Octal 11 46 151 133 100 0 73 336 124 26
Binary 1001 100110 1101001 1011011 1000000 0 111011 11011110 1010100 10110

Color Harmonies of #092669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092669

Black with #092669

Text Example


Text Example

White with #092669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092669; }

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

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

background-color css

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

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

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

border-color css

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

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

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