Html Css Color HEX #092962 Sapphire

📋 copy color: '#092962'

red 9 ◦ green 41 ◦ blue 98

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

Shades of Sapphire #092962

Tints of Sapphire #092962

RGB

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

 GREEN value IS 41 (16.41% from 255) = 27.7%

 BLUE value IS 98 (38.67% from 255) = 66.22%

R = 6.08%
G = 27.7%
B = 66.22%

CMYK

 C value IS 0.91

 M value IS 0.58

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#092962 (or 0x092962) is known color: Sapphire. HEX triplet: 09, 29 and 62. RGB value is (9,41,98). Sum of RGB (Red+Green+Blue) = 9+41+98=148 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.08% from 148); Green value is 41 (16.41% from 255 or 27.70% from 148); Blue value is 98 (38.67% from 255 or 66.22% from 148); Max value from RGB is 98 - color contains mainly: blue. Hex color #092962 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092962 is #F6D69D. Grayscale: #252525. Windows color (decimal): -16176798 or 6433033. OLE color: 6433033.

HSL color Cylindrical-coordinate representation of color #092962: hue angle of 218.43º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #092962 is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 9 41 98 -
CMYK 0.91 0.58 0 0.62
HSL 218.43º 0.83% 0.21% -
HSV(B) 218.43º 0.91% 0.38% -
XYZ 3.11 2.53 11.88 -
YUV 37.93 161.9 107.37 -
System Red Green Blue C M Y K H S L
Decimal 9 41 98 0.91 0.58 0 0.62 218.43 0.83 0.21
Hex 9 29 62 5B 3A 0 3E DA 53 15
Octal 11 51 142 133 72 0 76 332 123 25
Binary 1001 101001 1100010 1011011 111010 0 111110 11011010 1010011 10101

Color Harmonies of #092962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092962

Black with #092962

Text Example


Text Example

White with #092962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092962; }

 p { color: rgb(9,41,98); }

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

background-color css

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

 a { background-color: rgb(9,41,98); }

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

border-color css

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

 span { border-color: rgb(9,41,98); }

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