Html Css Color HEX #092B70 Sapphire

📋 copy color: '#092B70'

red 9 ◦ green 43 ◦ blue 112

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

Shades of Sapphire #092B70

Tints of Sapphire #092B70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 68.29%

R = 5.49%
G = 26.22%
B = 68.29%

CMYK

 C value IS 0.92

 M value IS 0.62

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#092B70 (or 0x092B70) is known color: Sapphire. HEX triplet: 09, 2B and 70. RGB value is (9,43,112). Sum of RGB (Red+Green+Blue) = 9+43+112=164 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.49% from 164); Green value is 43 (17.19% from 255 or 26.22% from 164); Blue value is 112 (44.14% from 255 or 68.29% from 164); Max value from RGB is 112 - color contains mainly: blue. Hex color #092B70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092B70 is #F6D48F. Grayscale: #282828. Windows color (decimal): -16176272 or 7351049. OLE color: 7351049.

HSL color Cylindrical-coordinate representation of color #092B70: hue angle of 220.19º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #092B70 is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 9 43 112 -
CMYK 0.92 0.62 0 0.56
HSL 220.19º 0.85% 0.24% -
HSV(B) 220.19º 0.92% 0.44% -
XYZ 3.9 2.96 15.69 -
YUV 40.7 168.24 105.39 -
System Red Green Blue C M Y K H S L
Decimal 9 43 112 0.92 0.62 0 0.56 220.19 0.85 0.24
Hex 9 2B 70 5C 3E 0 38 DC 55 18
Octal 11 53 160 134 76 0 70 334 125 30
Binary 1001 101011 1110000 1011100 111110 0 111000 11011100 1010101 11000

Color Harmonies of #092B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092B70

Black with #092B70

Text Example


Text Example

White with #092B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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