Html Css Color HEX #0917CB Medium Blue

📋 copy color: '#0917CB'

red 9 ◦ green 23 ◦ blue 203

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

Shades of Medium Blue #0917CB

Tints of Medium Blue #0917CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 86.38%

R = 3.83%
G = 9.79%
B = 86.38%

CMYK

 C value IS 0.96

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0917CB (or 0x0917CB) is known color: Medium Blue. HEX triplet: 09, 17 and CB. RGB value is (9,23,203). Sum of RGB (Red+Green+Blue) = 9+23+203=235 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.83% from 235); Green value is 23 (9.38% from 255 or 9.79% from 235); Blue value is 203 (79.69% from 255 or 86.38% from 235); Max value from RGB is 203 - color contains mainly: blue. Hex color #0917CB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0917CB is #F6E834. Grayscale: #262626. Windows color (decimal): -16181301 or 13309705. OLE color: 13309705.

HSL color Cylindrical-coordinate representation of color #0917CB: hue angle of 235.67º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0917CB is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 9 23 203 -
CMYK 0.96 0.89 0 0.20
HSL 235.67º 0.92% 0.42% -
HSV(B) 235.67º 0.96% 0.8% -
XYZ 11.2 4.98 56.87 -
YUV 39.33 220.36 106.36 -
System Red Green Blue C M Y K H S L
Decimal 9 23 203 0.96 0.89 0 0.20 235.67 0.92 0.42
Hex 9 17 CB 60 59 0 14 EC 5C 2A
Octal 11 27 313 140 131 0 24 354 134 52
Binary 1001 10111 11001011 1100000 1011001 0 10100 11101100 1011100 101010

Color Harmonies of #0917CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0917CB

Black with #0917CB

Text Example


Text Example

White with #0917CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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