Html Css Color HEX #092148 Sapphire

📋 copy color: '#092148'

red 9 ◦ green 33 ◦ blue 72

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

Shades of Sapphire #092148

Tints of Sapphire #092148

RGB

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

 GREEN value IS 33 (13.28% from 255) = 28.95%

 BLUE value IS 72 (28.52% from 255) = 63.16%

R = 7.89%
G = 28.95%
B = 63.16%

CMYK

 C value IS 0.88

 M value IS 0.54

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#092148 (or 0x092148) is known color: Sapphire. HEX triplet: 09, 21 and 48. RGB value is (9,33,72). Sum of RGB (Red+Green+Blue) = 9+33+72=114 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.89% from 114); Green value is 33 (13.28% from 255 or 28.95% from 114); Blue value is 72 (28.52% from 255 or 63.16% from 114); Max value from RGB is 72 - color contains mainly: blue. Hex color #092148 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092148 is #F6DEB7. Grayscale: #1E1E1E. Windows color (decimal): -16178872 or 4727049. OLE color: 4727049.

HSL color Cylindrical-coordinate representation of color #092148: hue angle of 217.14º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #092148 is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 9 33 72 -
CMYK 0.88 0.54 0 0.72
HSL 217.14º 0.78% 0.16% -
HSV(B) 217.14º 0.88% 0.28% -
XYZ 1.83 1.61 6.35 -
YUV 30.27 151.55 112.83 -
System Red Green Blue C M Y K H S L
Decimal 9 33 72 0.88 0.54 0 0.72 217.14 0.78 0.16
Hex 9 21 48 58 36 0 48 D9 4E 10
Octal 11 41 110 130 66 0 110 331 116 20
Binary 1001 100001 1001000 1011000 110110 0 1001000 11011001 1001110 10000

Color Harmonies of #092148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092148

Black with #092148

Text Example


Text Example

White with #092148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092148; }

 p { color: rgb(9,33,72); }

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

background-color css

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

 a { background-color: rgb(9,33,72); }

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

border-color css

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

 span { border-color: rgb(9,33,72); }

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