Html Css Color HEX #092568 Sapphire

📋 copy color: '#092568'

red 9 ◦ green 37 ◦ blue 104

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

Shades of Sapphire #092568

Tints of Sapphire #092568

RGB

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

 GREEN value IS 37 (14.84% from 255) = 24.67%

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

R = 6%
G = 24.67%
B = 69.33%

CMYK

 C value IS 0.91

 M value IS 0.64

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#092568 (or 0x092568) is known color: Sapphire. HEX triplet: 09, 25 and 68. RGB value is (9,37,104). Sum of RGB (Red+Green+Blue) = 9+37+104=150 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6% from 150); Green value is 37 (14.84% from 255 or 24.67% from 150); Blue value is 104 (41.02% from 255 or 69.33% from 150); Max value from RGB is 104 - color contains mainly: blue. Hex color #092568 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092568 is #F6DA97. Grayscale: #232323. Windows color (decimal): -16177816 or 6825225. OLE color: 6825225.

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

Color convert

RGB 9 37 104 -
CMYK 0.91 0.64 0 0.59
HSL 222.32º 0.84% 0.22% -
HSV(B) 222.32º 0.91% 0.41% -
XYZ 3.27 2.38 13.38 -
YUV 36.27 166.22 108.55 -
System Red Green Blue C M Y K H S L
Decimal 9 37 104 0.91 0.64 0 0.59 222.32 0.84 0.22
Hex 9 25 68 5B 40 0 3B DE 54 16
Octal 11 45 150 133 100 0 73 336 124 26
Binary 1001 100101 1101000 1011011 1000000 0 111011 11011110 1010100 10110

Color Harmonies of #092568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092568

Black with #092568

Text Example


Text Example

White with #092568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092568; }

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

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

background-color css

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

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

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

border-color css

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

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

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