Html Css Color HEX #092668 Sapphire

📋 copy color: '#092668'

red 9 ◦ green 38 ◦ blue 104

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

Shades of Sapphire #092668

Tints of Sapphire #092668

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 68.87%

R = 5.96%
G = 25.17%
B = 68.87%

CMYK

 C value IS 0.91

 M value IS 0.63

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#092668 (or 0x092668) is known color: Sapphire. HEX triplet: 09, 26 and 68. RGB value is (9,38,104). Sum of RGB (Red+Green+Blue) = 9+38+104=151 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.96% from 151); Green value is 38 (15.23% from 255 or 25.17% from 151); Blue value is 104 (41.02% from 255 or 68.87% from 151); Max value from RGB is 104 - color contains mainly: blue. Hex color #092668 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092668 is #F6D997. Grayscale: #242424. Windows color (decimal): -16177560 or 6825481. OLE color: 6825481.

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

Color convert

RGB 9 38 104 -
CMYK 0.91 0.63 0 0.59
HSL 221.68º 0.84% 0.22% -
HSV(B) 221.68º 0.91% 0.41% -
XYZ 3.3 2.44 13.39 -
YUV 36.85 165.89 108.13 -
System Red Green Blue C M Y K H S L
Decimal 9 38 104 0.91 0.63 0 0.59 221.68 0.84 0.22
Hex 9 26 68 5B 3F 0 3B DE 54 16
Octal 11 46 150 133 77 0 73 336 124 26
Binary 1001 100110 1101000 1011011 111111 0 111011 11011110 1010100 10110

Color Harmonies of #092668

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092668

Black with #092668

Text Example


Text Example

White with #092668

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092668; }

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

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

background-color css

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

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

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

border-color css

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

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

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