Html Css Color HEX #0917CC Medium Blue

📋 copy color: '#0917CC'

red 9 ◦ green 23 ◦ blue 204

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

Shades of Medium Blue #0917CC

Tints of Medium Blue #0917CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 86.44%

R = 3.81%
G = 9.75%
B = 86.44%

CMYK

 C value IS 0.96

 M value IS 0.89

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#0917CC (or 0x0917CC) is known color: Medium Blue. HEX triplet: 09, 17 and CC. RGB value is (9,23,204). Sum of RGB (Red+Green+Blue) = 9+23+204=236 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.81% from 236); Green value is 23 (9.38% from 255 or 9.75% from 236); Blue value is 204 (80.08% from 255 or 86.44% from 236); Max value from RGB is 204 - color contains mainly: blue. Hex color #0917CC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0917CC is #F6E833. Grayscale: #262626. Windows color (decimal): -16181300 or 13375241. OLE color: 13375241.

HSL color Cylindrical-coordinate representation of color #0917CC: hue angle of 235.69º 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 #0917CC is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 9 23 204 -
CMYK 0.96 0.89 0 0.2
HSL 235.69º 0.92% 0.42% -
HSV(B) 235.69º 0.96% 0.8% -
XYZ 11.32 5.03 57.5 -
YUV 39.45 220.86 106.28 -
System Red Green Blue C M Y K H S L
Decimal 9 23 204 0.96 0.89 0 0.2 235.69 0.92 0.42
Hex 9 17 CC 60 59 0 14 EC 5C 2A
Octal 11 27 314 140 131 0 24 354 134 52
Binary 1001 10111 11001100 1100000 1011001 0 10100 11101100 1011100 101010

Color Harmonies of #0917CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0917CC

Black with #0917CC

Text Example


Text Example

White with #0917CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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