Html Css Color HEX #092066 Sapphire

📋 copy color: '#092066'

red 9 ◦ green 32 ◦ blue 102

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

Shades of Sapphire #092066

Tints of Sapphire #092066

RGB

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

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

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

R = 6.29%
G = 22.38%
B = 71.33%

CMYK

 C value IS 0.91

 M value IS 0.69

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#092066 (or 0x092066) is known color: Sapphire. HEX triplet: 09, 20 and 66. RGB value is (9,32,102). Sum of RGB (Red+Green+Blue) = 9+32+102=143 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.29% from 143); Green value is 32 (12.89% from 255 or 22.38% from 143); Blue value is 102 (40.23% from 255 or 71.33% from 143); Max value from RGB is 102 - color contains mainly: blue. Hex color #092066 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092066 is #F6DF99. Grayscale: #202020. Windows color (decimal): -16179098 or 6692873. OLE color: 6692873.

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

Color convert

RGB 9 32 102 -
CMYK 0.91 0.69 0 0.6
HSL 225.16º 0.84% 0.22% -
HSV(B) 225.16º 0.91% 0.4% -
XYZ 3.03 2.05 12.81 -
YUV 33.1 166.88 110.81 -
System Red Green Blue C M Y K H S L
Decimal 9 32 102 0.91 0.69 0 0.6 225.16 0.84 0.22
Hex 9 20 66 5B 45 0 3C E1 54 16
Octal 11 40 146 133 105 0 74 341 124 26
Binary 1001 100000 1100110 1011011 1000101 0 111100 11100001 1010100 10110

Color Harmonies of #092066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092066

Black with #092066

Text Example


Text Example

White with #092066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092066; }

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

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

background-color css

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

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

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

border-color css

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

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

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