Html Css Color HEX #092067 Sapphire

📋 copy color: '#092067'

red 9 ◦ green 32 ◦ blue 103

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

Shades of Sapphire #092067

Tints of Sapphire #092067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 71.53%

R = 6.25%
G = 22.22%
B = 71.53%

CMYK

 C value IS 0.91

 M value IS 0.69

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#092067 (or 0x092067) is known color: Sapphire. HEX triplet: 09, 20 and 67. RGB value is (9,32,103). Sum of RGB (Red+Green+Blue) = 9+32+103=144 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.25% from 144); Green value is 32 (12.89% from 255 or 22.22% from 144); Blue value is 103 (40.62% from 255 or 71.53% from 144); Max value from RGB is 103 - color contains mainly: blue. Hex color #092067 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092067 is #F6DF98. Grayscale: #202020. Windows color (decimal): -16179097 or 6758409. OLE color: 6758409.

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

Color convert

RGB 9 32 103 -
CMYK 0.91 0.69 0 0.60
HSL 225.32º 0.84% 0.22% -
HSV(B) 225.32º 0.91% 0.4% -
XYZ 3.08 2.07 13.07 -
YUV 33.22 167.38 110.73 -
System Red Green Blue C M Y K H S L
Decimal 9 32 103 0.91 0.69 0 0.60 225.32 0.84 0.22
Hex 9 20 67 5B 45 0 3C E1 54 16
Octal 11 40 147 133 105 0 74 341 124 26
Binary 1001 100000 1100111 1011011 1000101 0 111100 11100001 1010100 10110

Color Harmonies of #092067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092067

Black with #092067

Text Example


Text Example

White with #092067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092067; }

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

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

background-color css

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

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

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

border-color css

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

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

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