Html Css Color HEX #092D7E Sapphire

📋 copy color: '#092D7E'

red 9 ◦ green 45 ◦ blue 126

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

Shades of Sapphire #092D7E

Tints of Sapphire #092D7E

RGB

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

 GREEN value IS 45 (17.97% from 255) = 25%

 BLUE value IS 126 (49.61% from 255) = 70%

R = 5%
G = 25%
B = 70%

CMYK

 C value IS 0.93

 M value IS 0.64

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#092D7E (or 0x092D7E) is known color: Sapphire. HEX triplet: 09, 2D and 7E. RGB value is (9,45,126). Sum of RGB (Red+Green+Blue) = 9+45+126=180 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5% from 180); Green value is 45 (17.97% from 255 or 25% from 180); Blue value is 126 (49.61% from 255 or 70% from 180); Max value from RGB is 126 - color contains mainly: blue. Hex color #092D7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092D7E is #F6D281. Grayscale: #2B2B2B. Windows color (decimal): -16175746 or 8269065. OLE color: 8269065.

HSL color Cylindrical-coordinate representation of color #092D7E: hue angle of 221.54º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #092D7E is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 9 45 126 -
CMYK 0.93 0.64 0 0.51
HSL 221.54º 0.87% 0.26% -
HSV(B) 221.54º 0.93% 0.49% -
XYZ 4.82 3.44 20.15 -
YUV 43.47 174.57 103.41 -
System Red Green Blue C M Y K H S L
Decimal 9 45 126 0.93 0.64 0 0.51 221.54 0.87 0.26
Hex 9 2D 7E 5D 40 0 33 DE 57 1A
Octal 11 55 176 135 100 0 63 336 127 32
Binary 1001 101101 1111110 1011101 1000000 0 110011 11011110 1010111 11010

Color Harmonies of #092D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092D7E

Black with #092D7E

Text Example


Text Example

White with #092D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,45,126); }

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

background-color css

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

 a { background-color: rgb(9,45,126); }

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

border-color css

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

 span { border-color: rgb(9,45,126); }

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