Html Css Color HEX #092160 Sapphire

📋 copy color: '#092160'

red 9 ◦ green 33 ◦ blue 96

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

Shades of Sapphire #092160

Tints of Sapphire #092160

RGB

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

 GREEN value IS 33 (13.28% from 255) = 23.91%

 BLUE value IS 96 (37.89% from 255) = 69.57%

R = 6.52%
G = 23.91%
B = 69.57%

CMYK

 C value IS 0.91

 M value IS 0.66

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#092160 (or 0x092160) is known color: Sapphire. HEX triplet: 09, 21 and 60. RGB value is (9,33,96). Sum of RGB (Red+Green+Blue) = 9+33+96=138 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.52% from 138); Green value is 33 (13.28% from 255 or 23.91% from 138); Blue value is 96 (37.89% from 255 or 69.57% from 138); Max value from RGB is 96 - color contains mainly: blue. Hex color #092160 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092160 is #F6DE9F. Grayscale: #202020. Windows color (decimal): -16178848 or 6299913. OLE color: 6299913.

HSL color Cylindrical-coordinate representation of color #092160: hue angle of 223.45º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #092160 is Cyan = 0.91, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 9 33 96 -
CMYK 0.91 0.66 0 0.62
HSL 223.45º 0.83% 0.21% -
HSV(B) 223.45º 0.91% 0.38% -
XYZ 2.77 1.99 11.3 -
YUV 33.01 163.55 110.88 -
System Red Green Blue C M Y K H S L
Decimal 9 33 96 0.91 0.66 0 0.62 223.45 0.83 0.21
Hex 9 21 60 5B 42 0 3E DF 53 15
Octal 11 41 140 133 102 0 76 337 123 25
Binary 1001 100001 1100000 1011011 1000010 0 111110 11011111 1010011 10101

Color Harmonies of #092160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092160

Black with #092160

Text Example


Text Example

White with #092160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092160; }

 p { color: rgb(9,33,96); }

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

background-color css

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

 a { background-color: rgb(9,33,96); }

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

border-color css

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

 span { border-color: rgb(9,33,96); }

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