Html Css Color HEX #092163 Sapphire

📋 copy color: '#092163'

red 9 ◦ green 33 ◦ blue 99

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

Shades of Sapphire #092163

Tints of Sapphire #092163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 70.21%

R = 6.38%
G = 23.4%
B = 70.21%

CMYK

 C value IS 0.91

 M value IS 0.67

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#092163 (or 0x092163) is known color: Sapphire. HEX triplet: 09, 21 and 63. RGB value is (9,33,99). Sum of RGB (Red+Green+Blue) = 9+33+99=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 33 (13.28% from 255 or 23.40% from 141); Blue value is 99 (39.06% from 255 or 70.21% from 141); Max value from RGB is 99 - color contains mainly: blue. Hex color #092163 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092163 is #F6DE9C. Grayscale: #212121. Windows color (decimal): -16178845 or 6496521. OLE color: 6496521.

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

Color convert

RGB 9 33 99 -
CMYK 0.91 0.67 0 0.61
HSL 224º 0.83% 0.21% -
HSV(B) 224º 0.91% 0.39% -
XYZ 2.91 2.05 12.05 -
YUV 33.35 165.05 110.63 -
System Red Green Blue C M Y K H S L
Decimal 9 33 99 0.91 0.67 0 0.61 224 0.83 0.21
Hex 9 21 63 5B 43 0 3D E0 53 15
Octal 11 41 143 133 103 0 75 340 123 25
Binary 1001 100001 1100011 1011011 1000011 0 111101 11100000 1010011 10101

Color Harmonies of #092163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #092163

Black with #092163

Text Example


Text Example

White with #092163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #092163; }

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

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

background-color css

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

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

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

border-color css

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

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

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