Html Css Color HEX #0600BE Medium Blue

📋 copy color: '#0600BE'

red 6 ◦ green 0 ◦ blue 190

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

Shades of Medium Blue #0600BE

Tints of Medium Blue #0600BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 96.94%

R = 3.06%
G = 0%
B = 96.94%

CMYK

 C value IS 0.97

 M value IS 1

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0600BE (or 0x0600BE) is known color: Medium Blue. HEX triplet: 06, 00 and BE. RGB value is (6,0,190). Sum of RGB (Red+Green+Blue) = 6+0+190=196 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.06% from 196); Green value is 0 (0.39% from 255 or 0% from 196); Blue value is 190 (74.61% from 255 or 96.94% from 196); Max value from RGB is 190 - color contains mainly: blue. Hex color #0600BE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0600BE is #F9FF41. Grayscale: #161616. Windows color (decimal): -16383810 or 12451846. OLE color: 12451846.

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

Color convert

RGB 6 0 190 -
CMYK 0.97 1 0 0.25
HSL 241.89º 1% 0.37% -
HSV(B) 241.89º 1% 0.75% -
XYZ 9.37 3.76 48.95 -
YUV 23.45 221.99 115.55 -
System Red Green Blue C M Y K H S L
Decimal 6 0 190 0.97 1 0 0.25 241.89 1 0.37
Hex 6 0 BE 61 64 0 19 F2 64 25
Octal 6 0 276 141 144 0 31 362 144 45
Binary 110 0 10111110 1100001 1100100 0 11001 11110010 1100100 100101

Color Harmonies of #0600BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0600BE

Black with #0600BE

Text Example


Text Example

White with #0600BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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