Html Css Color HEX #092569 Sapphire

📋 copy color: '#092569'

red 9 ◦ green 37 ◦ blue 105

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

Shades of Sapphire #092569

Tints of Sapphire #092569

RGB

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

 GREEN value IS 37 (14.84% from 255) = 24.5%

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

R = 5.96%
G = 24.5%
B = 69.54%

CMYK

 C value IS 0.91

 M value IS 0.65

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#092569 (or 0x092569) is known color: Sapphire. HEX triplet: 09, 25 and 69. RGB value is (9,37,105). Sum of RGB (Red+Green+Blue) = 9+37+105=151 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.96% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 105 (41.41% from 255 or 69.54% from 151); Max value from RGB is 105 - color contains mainly: blue. Hex color #092569 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092569 is #F6DA96. Grayscale: #242424. Windows color (decimal): -16177815 or 6890761. OLE color: 6890761.

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

Color convert

RGB 9 37 105 -
CMYK 0.91 0.65 0 0.59
HSL 222.5º 0.84% 0.22% -
HSV(B) 222.5º 0.91% 0.41% -
XYZ 3.32 2.4 13.65 -
YUV 36.38 166.72 108.47 -
System Red Green Blue C M Y K H S L
Decimal 9 37 105 0.91 0.65 0 0.59 222.5 0.84 0.22
Hex 9 25 69 5B 41 0 3B DE 54 16
Octal 11 45 151 133 101 0 73 336 124 26
Binary 1001 100101 1101001 1011011 1000001 0 111011 11011110 1010100 10110

Color Harmonies of #092569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092569

Black with #092569

Text Example


Text Example

White with #092569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092569; }

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

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

background-color css

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

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

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

border-color css

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

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

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