Html Css Color HEX #092C66 Sapphire

📋 copy color: '#092C66'

red 9 ◦ green 44 ◦ blue 102

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

Shades of Sapphire #092C66

Tints of Sapphire #092C66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 65.81%

R = 5.81%
G = 28.39%
B = 65.81%

CMYK

 C value IS 0.91

 M value IS 0.57

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#092C66 (or 0x092C66) is known color: Sapphire. HEX triplet: 09, 2C and 66. RGB value is (9,44,102). Sum of RGB (Red+Green+Blue) = 9+44+102=155 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.81% from 155); Green value is 44 (17.58% from 255 or 28.39% from 155); Blue value is 102 (40.23% from 255 or 65.81% from 155); Max value from RGB is 102 - color contains mainly: blue. Hex color #092C66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092C66 is #F6D399. Grayscale: #272727. Windows color (decimal): -16176026 or 6695945. OLE color: 6695945.

HSL color Cylindrical-coordinate representation of color #092C66: hue angle of 217.42º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #092C66 is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 9 44 102 -
CMYK 0.91 0.57 0 0.6
HSL 217.42º 0.84% 0.22% -
HSV(B) 217.42º 0.91% 0.4% -
XYZ 3.41 2.82 12.93 -
YUV 40.15 162.9 105.78 -
System Red Green Blue C M Y K H S L
Decimal 9 44 102 0.91 0.57 0 0.6 217.42 0.84 0.22
Hex 9 2C 66 5B 39 0 3C D9 54 16
Octal 11 54 146 133 71 0 74 331 124 26
Binary 1001 101100 1100110 1011011 111001 0 111100 11011001 1010100 10110

Color Harmonies of #092C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092C66

Black with #092C66

Text Example


Text Example

White with #092C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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