Html Css Color HEX #0600BB Medium Blue

📋 copy color: '#0600BB'

red 6 ◦ green 0 ◦ blue 187

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

Shades of Medium Blue #0600BB

Tints of Medium Blue #0600BB

RGB

 RED value IS 6 (2.73% from 255) = 3.11%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 187 (73.44% from 255) = 96.89%

R = 3.11%
G = 0%
B = 96.89%

CMYK

 C value IS 0.97

 M value IS 1

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0600BB (or 0x0600BB) is known color: Medium Blue. HEX triplet: 06, 00 and BB. RGB value is (6,0,187). Sum of RGB (Red+Green+Blue) = 6+0+187=193 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.11% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 187 (73.44% from 255 or 96.89% from 193); Max value from RGB is 187 - color contains mainly: blue. Hex color #0600BB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0600BB is #F9FF44. Grayscale: #161616. Windows color (decimal): -16383813 or 12255238. OLE color: 12255238.

HSL color Cylindrical-coordinate representation of color #0600BB: hue angle of 241.93º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0600BB is Cyan = 0.97, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 6 0 187 -
CMYK 0.97 1 0 0.27
HSL 241.93º 1% 0.37% -
HSV(B) 241.93º 1% 0.73% -
XYZ 9.04 3.63 47.24 -
YUV 23.11 220.49 115.79 -
System Red Green Blue C M Y K H S L
Decimal 6 0 187 0.97 1 0 0.27 241.93 1 0.37
Hex 6 0 BB 61 64 0 1B F2 64 25
Octal 6 0 273 141 144 0 33 362 144 45
Binary 110 0 10111011 1100001 1100100 0 11011 11110010 1100100 100101

Color Harmonies of #0600BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0600BB

Black with #0600BB

Text Example


Text Example

White with #0600BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0600BB; }

 p { color: rgb(6,0,187); }

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

background-color css

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

 a { background-color: rgb(6,0,187); }

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

border-color css

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

 span { border-color: rgb(6,0,187); }

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