Html Css Color HEX #092970 Sapphire

📋 copy color: '#092970'

red 9 ◦ green 41 ◦ blue 112

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

Shades of Sapphire #092970

Tints of Sapphire #092970

RGB

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

 GREEN value IS 41 (16.41% from 255) = 25.31%

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

R = 5.56%
G = 25.31%
B = 69.14%

CMYK

 C value IS 0.92

 M value IS 0.63

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#092970 (or 0x092970) is known color: Sapphire. HEX triplet: 09, 29 and 70. RGB value is (9,41,112). Sum of RGB (Red+Green+Blue) = 9+41+112=162 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.56% from 162); Green value is 41 (16.41% from 255 or 25.31% from 162); Blue value is 112 (44.14% from 255 or 69.14% from 162); Max value from RGB is 112 - color contains mainly: blue. Hex color #092970 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092970 is #F6D68F. Grayscale: #272727. Windows color (decimal): -16176784 or 7350537. OLE color: 7350537.

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

Color convert

RGB 9 41 112 -
CMYK 0.92 0.63 0 0.56
HSL 221.36º 0.85% 0.24% -
HSV(B) 221.36º 0.92% 0.44% -
XYZ 3.83 2.81 15.67 -
YUV 39.53 168.9 106.23 -
System Red Green Blue C M Y K H S L
Decimal 9 41 112 0.92 0.63 0 0.56 221.36 0.85 0.24
Hex 9 29 70 5C 3F 0 38 DD 55 18
Octal 11 51 160 134 77 0 70 335 125 30
Binary 1001 101001 1110000 1011100 111111 0 111000 11011101 1010101 11000

Color Harmonies of #092970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092970

Black with #092970

Text Example


Text Example

White with #092970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092970; }

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

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

background-color css

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

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

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

border-color css

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

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

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