Html Css Color HEX #092F6B Sapphire

📋 copy color: '#092F6B'

red 9 ◦ green 47 ◦ blue 107

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

Shades of Sapphire #092F6B

Tints of Sapphire #092F6B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 28.83%

 BLUE value IS 107 (42.19% from 255) = 65.64%

R = 5.52%
G = 28.83%
B = 65.64%

CMYK

 C value IS 0.92

 M value IS 0.56

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#092F6B (or 0x092F6B) is known color: Sapphire. HEX triplet: 09, 2F and 6B. RGB value is (9,47,107). Sum of RGB (Red+Green+Blue) = 9+47+107=163 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.52% from 163); Green value is 47 (18.75% from 255 or 28.83% from 163); Blue value is 107 (42.19% from 255 or 65.64% from 163); Max value from RGB is 107 - color contains mainly: blue. Hex color #092F6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092F6B is #F6D094. Grayscale: #2A2A2A. Windows color (decimal): -16175253 or 7024393. OLE color: 7024393.

HSL color Cylindrical-coordinate representation of color #092F6B: hue angle of 216.73º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #092F6B is Cyan = 0.92, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 9 47 107 -
CMYK 0.92 0.56 0 0.58
HSL 216.73º 0.84% 0.23% -
HSV(B) 216.73º 0.92% 0.42% -
XYZ 3.78 3.15 14.32 -
YUV 42.48 164.41 104.12 -
System Red Green Blue C M Y K H S L
Decimal 9 47 107 0.92 0.56 0 0.58 216.73 0.84 0.23
Hex 9 2F 6B 5C 38 0 3A D9 54 17
Octal 11 57 153 134 70 0 72 331 124 27
Binary 1001 101111 1101011 1011100 111000 0 111010 11011001 1010100 10111

Color Harmonies of #092F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092F6B

Black with #092F6B

Text Example


Text Example

White with #092F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,47,107); }

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

background-color css

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

 a { background-color: rgb(9,47,107); }

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

border-color css

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

 span { border-color: rgb(9,47,107); }

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