Html Css Color HEX #092469 Sapphire

📋 copy color: '#092469'

red 9 ◦ green 36 ◦ blue 105

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

Shades of Sapphire #092469

Tints of Sapphire #092469

RGB

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

 GREEN value IS 36 (14.45% from 255) = 24%

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

R = 6%
G = 24%
B = 70%

CMYK

 C value IS 0.91

 M value IS 0.66

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#092469 (or 0x092469) is known color: Sapphire. HEX triplet: 09, 24 and 69. RGB value is (9,36,105). Sum of RGB (Red+Green+Blue) = 9+36+105=150 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6% from 150); Green value is 36 (14.45% from 255 or 24% from 150); Blue value is 105 (41.41% from 255 or 70% from 150); Max value from RGB is 105 - color contains mainly: blue. Hex color #092469 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092469 is #F6DB96. Grayscale: #232323. Windows color (decimal): -16178071 or 6890505. OLE color: 6890505.

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

Color convert

RGB 9 36 105 -
CMYK 0.91 0.66 0 0.59
HSL 223.13º 0.84% 0.22% -
HSV(B) 223.13º 0.91% 0.41% -
XYZ 3.29 2.34 13.64 -
YUV 35.79 167.05 108.89 -
System Red Green Blue C M Y K H S L
Decimal 9 36 105 0.91 0.66 0 0.59 223.13 0.84 0.22
Hex 9 24 69 5B 42 0 3B DF 54 16
Octal 11 44 151 133 102 0 73 337 124 26
Binary 1001 100100 1101001 1011011 1000010 0 111011 11011111 1010100 10110

Color Harmonies of #092469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092469

Black with #092469

Text Example


Text Example

White with #092469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092469; }

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

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

background-color css

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

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

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

border-color css

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

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

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