Html Css Color HEX #092C7B Sapphire

📋 copy color: '#092C7B'

red 9 ◦ green 44 ◦ blue 123

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

Shades of Sapphire #092C7B

Tints of Sapphire #092C7B

RGB

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

 GREEN value IS 44 (17.58% from 255) = 25%

 BLUE value IS 123 (48.44% from 255) = 69.89%

R = 5.11%
G = 25%
B = 69.89%

CMYK

 C value IS 0.93

 M value IS 0.64

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#092C7B (or 0x092C7B) is known color: Sapphire. HEX triplet: 09, 2C and 7B. RGB value is (9,44,123). Sum of RGB (Red+Green+Blue) = 9+44+123=176 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.11% from 176); Green value is 44 (17.58% from 255 or 25% from 176); Blue value is 123 (48.44% from 255 or 69.89% from 176); Max value from RGB is 123 - color contains mainly: blue. Hex color #092C7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092C7B is #F6D384. Grayscale: #2A2A2A. Windows color (decimal): -16176005 or 8072201. OLE color: 8072201.

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

Color convert

RGB 9 44 123 -
CMYK 0.93 0.64 0 0.52
HSL 221.58º 0.86% 0.26% -
HSV(B) 221.58º 0.93% 0.48% -
XYZ 4.59 3.29 19.13 -
YUV 42.54 173.4 104.08 -
System Red Green Blue C M Y K H S L
Decimal 9 44 123 0.93 0.64 0 0.52 221.58 0.86 0.26
Hex 9 2C 7B 5D 40 0 34 DE 56 1A
Octal 11 54 173 135 100 0 64 336 126 32
Binary 1001 101100 1111011 1011101 1000000 0 110100 11011110 1010110 11010

Color Harmonies of #092C7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092C7B

Black with #092C7B

Text Example


Text Example

White with #092C7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,44,123); }

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

background-color css

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

 a { background-color: rgb(9,44,123); }

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

border-color css

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

 span { border-color: rgb(9,44,123); }

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