Html Css Color HEX #092755 Sapphire

📋 copy color: '#092755'

red 9 ◦ green 39 ◦ blue 85

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

Shades of Sapphire #092755

Tints of Sapphire #092755

RGB

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

 GREEN value IS 39 (15.63% from 255) = 29.32%

 BLUE value IS 85 (33.59% from 255) = 63.91%

R = 6.77%
G = 29.32%
B = 63.91%

CMYK

 C value IS 0.89

 M value IS 0.54

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#092755 (or 0x092755) is known color: Sapphire. HEX triplet: 09, 27 and 55. RGB value is (9,39,85). Sum of RGB (Red+Green+Blue) = 9+39+85=133 (17% of max value = 765). Red value is 9 (3.91% from 255 or 6.77% from 133); Green value is 39 (15.62% from 255 or 29.32% from 133); Blue value is 85 (33.59% from 255 or 63.91% from 133); Max value from RGB is 85 - color contains mainly: blue. Hex color #092755 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092755 is #F6D8AA. Grayscale: #232323. Windows color (decimal): -16177323 or 5580553. OLE color: 5580553.

HSL color Cylindrical-coordinate representation of color #092755: hue angle of 216.32º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #092755 is Cyan = 0.89, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 9 39 85 -
CMYK 0.89 0.54 0 0.67
HSL 216.32º 0.81% 0.18% -
HSV(B) 216.32º 0.89% 0.33% -
XYZ 2.48 2.16 8.88 -
YUV 35.27 156.06 109.26 -
System Red Green Blue C M Y K H S L
Decimal 9 39 85 0.89 0.54 0 0.67 216.32 0.81 0.18
Hex 9 27 55 59 36 0 43 D8 51 12
Octal 11 47 125 131 66 0 103 330 121 22
Binary 1001 100111 1010101 1011001 110110 0 1000011 11011000 1010001 10010

Color Harmonies of #092755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092755

Black with #092755

Text Example


Text Example

White with #092755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092755; }

 p { color: rgb(9,39,85); }

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

background-color css

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

 a { background-color: rgb(9,39,85); }

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

border-color css

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

 span { border-color: rgb(9,39,85); }

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