Html Css Color HEX #092060 Sapphire

📋 copy color: '#092060'

red 9 ◦ green 32 ◦ blue 96

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

Shades of Sapphire #092060

Tints of Sapphire #092060

RGB

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

 GREEN value IS 32 (12.89% from 255) = 23.36%

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

R = 6.57%
G = 23.36%
B = 70.07%

CMYK

 C value IS 0.91

 M value IS 0.67

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#092060 (or 0x092060) is known color: Sapphire. HEX triplet: 09, 20 and 60. RGB value is (9,32,96). Sum of RGB (Red+Green+Blue) = 9+32+96=137 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.57% from 137); Green value is 32 (12.89% from 255 or 23.36% from 137); Blue value is 96 (37.89% from 255 or 70.07% from 137); Max value from RGB is 96 - color contains mainly: blue. Hex color #092060 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092060 is #F6DF9F. Grayscale: #202020. Windows color (decimal): -16179104 or 6299657. OLE color: 6299657.

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

Color convert

RGB 9 32 96 -
CMYK 0.91 0.67 0 0.62
HSL 224.14º 0.83% 0.21% -
HSV(B) 224.14º 0.91% 0.38% -
XYZ 2.74 1.94 11.3 -
YUV 32.42 163.88 111.3 -
System Red Green Blue C M Y K H S L
Decimal 9 32 96 0.91 0.67 0 0.62 224.14 0.83 0.21
Hex 9 20 60 5B 43 0 3E E0 53 15
Octal 11 40 140 133 103 0 76 340 123 25
Binary 1001 100000 1100000 1011011 1000011 0 111110 11100000 1010011 10101

Color Harmonies of #092060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092060

Black with #092060

Text Example


Text Example

White with #092060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092060; }

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

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

background-color css

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

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

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

border-color css

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

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

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