Html Css Color HEX #092566 Sapphire

📋 copy color: '#092566'

red 9 ◦ green 37 ◦ blue 102

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

Shades of Sapphire #092566

Tints of Sapphire #092566

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 68.92%

R = 6.08%
G = 25%
B = 68.92%

CMYK

 C value IS 0.91

 M value IS 0.64

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#092566 (or 0x092566) is known color: Sapphire. HEX triplet: 09, 25 and 66. RGB value is (9,37,102). Sum of RGB (Red+Green+Blue) = 9+37+102=148 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.08% from 148); Green value is 37 (14.84% from 255 or 25% from 148); Blue value is 102 (40.23% from 255 or 68.92% from 148); Max value from RGB is 102 - color contains mainly: blue. Hex color #092566 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092566 is #F6DA99. Grayscale: #232323. Windows color (decimal): -16177818 or 6694153. OLE color: 6694153.

HSL color Cylindrical-coordinate representation of color #092566: hue angle of 221.94º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #092566 is Cyan = 0.91, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 9 37 102 -
CMYK 0.91 0.64 0 0.6
HSL 221.94º 0.84% 0.22% -
HSV(B) 221.94º 0.91% 0.4% -
XYZ 3.17 2.34 12.85 -
YUV 36.04 165.22 108.71 -
System Red Green Blue C M Y K H S L
Decimal 9 37 102 0.91 0.64 0 0.6 221.94 0.84 0.22
Hex 9 25 66 5B 40 0 3C DE 54 16
Octal 11 45 146 133 100 0 74 336 124 26
Binary 1001 100101 1100110 1011011 1000000 0 111100 11011110 1010100 10110

Color Harmonies of #092566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092566

Black with #092566

Text Example


Text Example

White with #092566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092566; }

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

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

background-color css

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

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

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

border-color css

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

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

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