Html Css Color HEX #092268 Sapphire

📋 copy color: '#092268'

red 9 ◦ green 34 ◦ blue 104

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

Shades of Sapphire #092268

Tints of Sapphire #092268

RGB

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

 GREEN value IS 34 (13.67% from 255) = 23.13%

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

R = 6.12%
G = 23.13%
B = 70.75%

CMYK

 C value IS 0.91

 M value IS 0.67

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#092268 (or 0x092268) is known color: Sapphire. HEX triplet: 09, 22 and 68. RGB value is (9,34,104). Sum of RGB (Red+Green+Blue) = 9+34+104=147 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.12% from 147); Green value is 34 (13.67% from 255 or 23.13% from 147); Blue value is 104 (41.02% from 255 or 70.75% from 147); Max value from RGB is 104 - color contains mainly: blue. Hex color #092268 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092268 is #F6DD97. Grayscale: #222222. Windows color (decimal): -16178584 or 6824457. OLE color: 6824457.

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

Color convert

RGB 9 34 104 -
CMYK 0.91 0.67 0 0.59
HSL 224.21º 0.84% 0.22% -
HSV(B) 224.21º 0.91% 0.41% -
XYZ 3.18 2.2 13.35 -
YUV 34.51 167.22 109.81 -
System Red Green Blue C M Y K H S L
Decimal 9 34 104 0.91 0.67 0 0.59 224.21 0.84 0.22
Hex 9 22 68 5B 43 0 3B E0 54 16
Octal 11 42 150 133 103 0 73 340 124 26
Binary 1001 100010 1101000 1011011 1000011 0 111011 11100000 1010100 10110

Color Harmonies of #092268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092268

Black with #092268

Text Example


Text Example

White with #092268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092268; }

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

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

background-color css

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

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

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

border-color css

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

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

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