Html Css Color HEX #092F70 Sapphire

📋 copy color: '#092F70'

red 9 ◦ green 47 ◦ blue 112

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

Shades of Sapphire #092F70

Tints of Sapphire #092F70

RGB

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

 GREEN value IS 47 (18.75% from 255) = 27.98%

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

R = 5.36%
G = 27.98%
B = 66.67%

CMYK

 C value IS 0.92

 M value IS 0.58

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#092F70 (or 0x092F70) is known color: Sapphire. HEX triplet: 09, 2F and 70. RGB value is (9,47,112). Sum of RGB (Red+Green+Blue) = 9+47+112=168 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.36% from 168); Green value is 47 (18.75% from 255 or 27.98% from 168); Blue value is 112 (44.14% from 255 or 66.67% from 168); Max value from RGB is 112 - color contains mainly: blue. Hex color #092F70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092F70 is #F6D08F. Grayscale: #2A2A2A. Windows color (decimal): -16175248 or 7352073. OLE color: 7352073.

HSL color Cylindrical-coordinate representation of color #092F70: hue angle of 217.86º 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 #092F70 is Cyan = 0.92, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 9 47 112 -
CMYK 0.92 0.58 0 0.56
HSL 217.86º 0.85% 0.24% -
HSV(B) 217.86º 0.92% 0.44% -
XYZ 4.05 3.26 15.75 -
YUV 43.05 166.91 103.71 -
System Red Green Blue C M Y K H S L
Decimal 9 47 112 0.92 0.58 0 0.56 217.86 0.85 0.24
Hex 9 2F 70 5C 3A 0 38 DA 55 18
Octal 11 57 160 134 72 0 70 332 125 30
Binary 1001 101111 1110000 1011100 111010 0 111000 11011010 1010101 11000

Color Harmonies of #092F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092F70

Black with #092F70

Text Example


Text Example

White with #092F70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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