Html Css Color HEX #092B66 Sapphire

📋 copy color: '#092B66'

red 9 ◦ green 43 ◦ blue 102

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

Shades of Sapphire #092B66

Tints of Sapphire #092B66

RGB

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

 GREEN value IS 43 (17.19% from 255) = 27.92%

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

R = 5.84%
G = 27.92%
B = 66.23%

CMYK

 C value IS 0.91

 M value IS 0.58

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#092B66 (or 0x092B66) is known color: Sapphire. HEX triplet: 09, 2B and 66. RGB value is (9,43,102). Sum of RGB (Red+Green+Blue) = 9+43+102=154 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.84% from 154); Green value is 43 (17.19% from 255 or 27.92% from 154); Blue value is 102 (40.23% from 255 or 66.23% from 154); Max value from RGB is 102 - color contains mainly: blue. Hex color #092B66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092B66 is #F6D499. Grayscale: #272727. Windows color (decimal): -16176282 or 6695689. OLE color: 6695689.

HSL color Cylindrical-coordinate representation of color #092B66: hue angle of 218.06º 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 #092B66 is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 9 43 102 -
CMYK 0.91 0.58 0 0.6
HSL 218.06º 0.84% 0.22% -
HSV(B) 218.06º 0.91% 0.4% -
XYZ 3.37 2.75 12.92 -
YUV 39.56 163.24 106.2 -
System Red Green Blue C M Y K H S L
Decimal 9 43 102 0.91 0.58 0 0.6 218.06 0.84 0.22
Hex 9 2B 66 5B 3A 0 3C DA 54 16
Octal 11 53 146 133 72 0 74 332 124 26
Binary 1001 101011 1100110 1011011 111010 0 111100 11011010 1010100 10110

Color Harmonies of #092B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092B66

Black with #092B66

Text Example


Text Example

White with #092B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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