Html Css Color HEX #092B5D Sapphire

📋 copy color: '#092B5D'

red 9 ◦ green 43 ◦ blue 93

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

Shades of Sapphire #092B5D

Tints of Sapphire #092B5D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 29.66%

 BLUE value IS 93 (36.72% from 255) = 64.14%

R = 6.21%
G = 29.66%
B = 64.14%

CMYK

 C value IS 0.90

 M value IS 0.54

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#092B5D (or 0x092B5D) is known color: Sapphire. HEX triplet: 09, 2B and 5D. RGB value is (9,43,93). Sum of RGB (Red+Green+Blue) = 9+43+93=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 43 (17.19% from 255 or 29.66% from 145); Blue value is 93 (36.72% from 255 or 64.14% from 145); Max value from RGB is 93 - color contains mainly: blue. Hex color #092B5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092B5D is #F6D4A2. Grayscale: #262626. Windows color (decimal): -16176291 or 6105865. OLE color: 6105865.

HSL color Cylindrical-coordinate representation of color #092B5D: hue angle of 215.71º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #092B5D is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 9 43 93 -
CMYK 0.90 0.54 0 0.64
HSL 215.71º 0.82% 0.2% -
HSV(B) 215.71º 0.9% 0.36% -
XYZ 2.95 2.58 10.7 -
YUV 38.53 158.74 106.93 -
System Red Green Blue C M Y K H S L
Decimal 9 43 93 0.90 0.54 0 0.64 215.71 0.82 0.2
Hex 9 2B 5D 5A 36 0 40 D8 52 14
Octal 11 53 135 132 66 0 100 330 122 24
Binary 1001 101011 1011101 1011010 110110 0 1000000 11011000 1010010 10100

Color Harmonies of #092B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092B5D

Black with #092B5D

Text Example


Text Example

White with #092B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092B5D; }

 p { color: rgb(9,43,93); }

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

background-color css

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

 a { background-color: rgb(9,43,93); }

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

border-color css

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

 span { border-color: rgb(9,43,93); }

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