Html Css Color HEX #092D62 Sapphire

📋 copy color: '#092D62'

red 9 ◦ green 45 ◦ blue 98

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

Shades of Sapphire #092D62

Tints of Sapphire #092D62

RGB

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

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

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

R = 5.92%
G = 29.61%
B = 64.47%

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

#092D62 (or 0x092D62) is known color: Sapphire. HEX triplet: 09, 2D and 62. RGB value is (9,45,98). Sum of RGB (Red+Green+Blue) = 9+45+98=152 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.92% from 152); Green value is 45 (17.97% from 255 or 29.61% from 152); Blue value is 98 (38.67% from 255 or 64.47% from 152); Max value from RGB is 98 - color contains mainly: blue. Hex color #092D62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092D62 is #F6D29D. Grayscale: #282828. Windows color (decimal): -16175774 or 6434057. OLE color: 6434057.

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

Color convert

RGB 9 45 98 -
CMYK 0.91 0.54 0 0.62
HSL 215.73º 0.83% 0.21% -
HSV(B) 215.73º 0.91% 0.38% -
XYZ 3.26 2.82 11.93 -
YUV 40.28 160.57 105.69 -
System Red Green Blue C M Y K H S L
Decimal 9 45 98 0.91 0.54 0 0.62 215.73 0.83 0.21
Hex 9 2D 62 5B 36 0 3E D8 53 15
Octal 11 55 142 133 66 0 76 330 123 25
Binary 1001 101101 1100010 1011011 110110 0 111110 11011000 1010011 10101

Color Harmonies of #092D62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092D62

Black with #092D62

Text Example


Text Example

White with #092D62

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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