Html Css Color HEX #092C77 Sapphire

📋 copy color: '#092C77'

red 9 ◦ green 44 ◦ blue 119

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

Shades of Sapphire #092C77

Tints of Sapphire #092C77

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 69.19%

R = 5.23%
G = 25.58%
B = 69.19%

CMYK

 C value IS 0.92

 M value IS 0.63

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#092C77 (or 0x092C77) is known color: Sapphire. HEX triplet: 09, 2C and 77. RGB value is (9,44,119). Sum of RGB (Red+Green+Blue) = 9+44+119=172 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.23% from 172); Green value is 44 (17.58% from 255 or 25.58% from 172); Blue value is 119 (46.88% from 255 or 69.19% from 172); Max value from RGB is 119 - color contains mainly: blue. Hex color #092C77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092C77 is #F6D388. Grayscale: #292929. Windows color (decimal): -16176009 or 7810057. OLE color: 7810057.

HSL color Cylindrical-coordinate representation of color #092C77: hue angle of 220.91º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #092C77 is Cyan = 0.92, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 9 44 119 -
CMYK 0.92 0.63 0 0.53
HSL 220.91º 0.86% 0.25% -
HSV(B) 220.91º 0.92% 0.47% -
XYZ 4.34 3.19 17.84 -
YUV 42.09 171.4 104.4 -
System Red Green Blue C M Y K H S L
Decimal 9 44 119 0.92 0.63 0 0.53 220.91 0.86 0.25
Hex 9 2C 77 5C 3F 0 35 DD 56 19
Octal 11 54 167 134 77 0 65 335 126 31
Binary 1001 101100 1110111 1011100 111111 0 110101 11011101 1010110 11001

Color Harmonies of #092C77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092C77

Black with #092C77

Text Example


Text Example

White with #092C77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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