Html Css Color HEX #092D61 Sapphire

📋 copy color: '#092D61'

red 9 ◦ green 45 ◦ blue 97

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

Shades of Sapphire #092D61

Tints of Sapphire #092D61

RGB

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

 GREEN value IS 45 (17.97% from 255) = 29.8%

 BLUE value IS 97 (38.28% from 255) = 64.24%

R = 5.96%
G = 29.8%
B = 64.24%

CMYK

 C value IS 0.91

 M value IS 0.54

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#092D61 (or 0x092D61) is known color: Sapphire. HEX triplet: 09, 2D and 61. RGB value is (9,45,97). Sum of RGB (Red+Green+Blue) = 9+45+97=151 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.96% from 151); Green value is 45 (17.97% from 255 or 29.80% from 151); Blue value is 97 (38.28% from 255 or 64.24% from 151); Max value from RGB is 97 - color contains mainly: blue. Hex color #092D61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092D61 is #F6D29E. Grayscale: #272727. Windows color (decimal): -16175775 or 6368521. OLE color: 6368521.

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

Color convert

RGB 9 45 97 -
CMYK 0.91 0.54 0 0.62
HSL 215.45º 0.83% 0.21% -
HSV(B) 215.45º 0.91% 0.38% -
XYZ 3.21 2.8 11.68 -
YUV 40.16 160.07 105.77 -
System Red Green Blue C M Y K H S L
Decimal 9 45 97 0.91 0.54 0 0.62 215.45 0.83 0.21
Hex 9 2D 61 5B 36 0 3E D7 53 15
Octal 11 55 141 133 66 0 76 327 123 25
Binary 1001 101101 1100001 1011011 110110 0 111110 11010111 1010011 10101

Color Harmonies of #092D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092D61

Black with #092D61

Text Example


Text Example

White with #092D61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,45,97); }

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

background-color css

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

 a { background-color: rgb(9,45,97); }

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

border-color css

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

 span { border-color: rgb(9,45,97); }

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