Html Css Color HEX #0917CA Medium Blue

📋 copy color: '#0917CA'

red 9 ◦ green 23 ◦ blue 202

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

Shades of Medium Blue #0917CA

Tints of Medium Blue #0917CA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.83%

 BLUE value IS 202 (79.3% from 255) = 86.32%

R = 3.85%
G = 9.83%
B = 86.32%

CMYK

 C value IS 0.96

 M value IS 0.89

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0917CA (or 0x0917CA) is known color: Medium Blue. HEX triplet: 09, 17 and CA. RGB value is (9,23,202). Sum of RGB (Red+Green+Blue) = 9+23+202=234 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.85% from 234); Green value is 23 (9.38% from 255 or 9.83% from 234); Blue value is 202 (79.30% from 255 or 86.32% from 234); Max value from RGB is 202 - color contains mainly: blue. Hex color #0917CA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0917CA is #F6E835. Grayscale: #262626. Windows color (decimal): -16181302 or 13244169. OLE color: 13244169.

HSL color Cylindrical-coordinate representation of color #0917CA: hue angle of 235.65º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0917CA is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 9 23 202 -
CMYK 0.96 0.89 0 0.21
HSL 235.65º 0.91% 0.41% -
HSV(B) 235.65º 0.96% 0.79% -
XYZ 11.08 4.94 56.25 -
YUV 39.22 219.86 106.45 -
System Red Green Blue C M Y K H S L
Decimal 9 23 202 0.96 0.89 0 0.21 235.65 0.91 0.41
Hex 9 17 CA 60 59 0 15 EC 5B 29
Octal 11 27 312 140 131 0 25 354 133 51
Binary 1001 10111 11001010 1100000 1011001 0 10101 11101100 1011011 101001

Color Harmonies of #0917CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0917CA

Black with #0917CA

Text Example


Text Example

White with #0917CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0917CA; }

 p { color: rgb(9,23,202); }

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

background-color css

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

 a { background-color: rgb(9,23,202); }

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

border-color css

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

 span { border-color: rgb(9,23,202); }

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